diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-04-24 17:50:58 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-04-24 17:50:58 +0000 |
commit | 697aef87b73a3b28cc065d5d9490b6ca418040ed (patch) | |
tree | 1d3d5d8eae955292892f4d1fc54ec395b1d0aee1 | |
parent | 3191003dbce047c5e275be033502b1091087ad9d (diff) | |
download | ports-697aef87b73a3b28cc065d5d9490b6ca418040ed.tar.gz ports-697aef87b73a3b28cc065d5d9490b6ca418040ed.zip |
Notes
-rw-r--r-- | misc/getopt/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/icewm/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index ece90f729ba6..5d896c50e1ca 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ MAINTAINER= eadler@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options -USE_GETTEXT= yes -USE_GMAKE= yes +USES= gettext +USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 13c49d08d4c5..669d809f41b2 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -74,7 +74,7 @@ STARTUP_PIXMAP= icewm-logo.xpm .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls --disable-i18n |