diff options
author | jgh <jgh@FreeBSD.org> | 2013-04-25 07:04:22 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-04-25 07:04:22 +0800 |
commit | f6eaa0f3b13bf59e4383f71bba10501fae806a37 (patch) | |
tree | cab124fcc614a645fc1b198c187c555255e4f9a4 | |
parent | fd32f79e63b73a37ad36d13ec0ef0327c09608c6 (diff) | |
download | freebsd-ports-gnome-f6eaa0f3b13bf59e4383f71bba10501fae806a37.tar.gz freebsd-ports-gnome-f6eaa0f3b13bf59e4383f71bba10501fae806a37.tar.zst freebsd-ports-gnome-f6eaa0f3b13bf59e4383f71bba10501fae806a37.zip |
- convert USE_GETTEXT to USES
-rw-r--r-- | deskutils/xpad-current/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xpad/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index 4e723f058f28..81ae93b3e3f4 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -31,7 +31,7 @@ USE_GMAKE= yes #code currently doesn't properly handle --disable-nls (in next upstream milestone) .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index eb0e5a545342..448f17acbfcb 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -30,7 +30,7 @@ MAN1= xpad.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |