diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-04-24 23:04:22 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-04-24 23:04:22 +0000 |
commit | e5b00c8ddce9aa58d6c8e0a64c8ffe23bbffabf1 (patch) | |
tree | cab124fcc614a645fc1b198c187c555255e4f9a4 /deskutils/xpad | |
parent | fb96e9e97c560582f30ddb2db18e2d7b481cfce6 (diff) |
Notes
Diffstat (limited to 'deskutils/xpad')
-rw-r--r-- | deskutils/xpad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |