svn commit: r323235 - head/polish/ekg2

Pawel Pekala pawel at FreeBSD.org
Thu Jul 18 14:07:24 UTC 2013


Author: pawel
Date: Thu Jul 18 14:07:24 2013
New Revision: 323235
URL: http://svnweb.freebsd.org/changeset/ports/323235

Log:
  - Add NLS to OPTIONS_DEFINE this fixes failed plist
    substitution by OPTIONS_SUB=yes
  - Remove MAKE_JOBS_SAFE, it's default now

Modified:
  head/polish/ekg2/Makefile

Modified: head/polish/ekg2/Makefile
==============================================================================
--- head/polish/ekg2/Makefile	Thu Jul 18 14:05:18 2013	(r323234)
+++ head/polish/ekg2/Makefile	Thu Jul 18 14:07:24 2013	(r323235)
@@ -18,7 +18,6 @@ LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 USES=		gmake iconv pathfix pkgconfig
-MAKE_JOBS_SAFE=	yes
 
 CONFIGURE_ARGS+=	--enable-shared \
 			--disable-static \
@@ -35,7 +34,7 @@ CONFIGURE_ARGS+=	--enable-shared \
 LDFLAGS+=		-L${LOCALBASE}/lib -lintl -pthread
 CFLAGS+=		-I${LOCALBASE}/include
 
-OPTIONS_DEFINE=	ASPELL GPG GSM GTK2 PERL PYTHON SQLITE UNICODE XOSD
+OPTIONS_DEFINE=	ASPELL GPG GSM GTK2 NLS PERL PYTHON SQLITE UNICODE XOSD
 OPTIONS_SUB=	yes
 
 ASPELL_DESC=	Enable spell checking support


More information about the svn-ports-all mailing list