aboutsummaryrefslogtreecommitdiff
path: root/archivers/libcomprex
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 19:06:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 19:06:07 +0000
commit41fcfb64f91a016dd7a83d99d115b6efcb10a4f5 (patch)
treee3772ed0921ca0d8dc861c4b7c1dd440273bc41e /archivers/libcomprex
parent12c49b0345676cbf2d18b0c8cb021c54fc454847 (diff)
downloadports-41fcfb64f91a016dd7a83d99d115b6efcb10a4f5.tar.gz
ports-41fcfb64f91a016dd7a83d99d115b6efcb10a4f5.zip
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=360446
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r--archivers/libcomprex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index 8ac3131d1ef2..8fac0472fff1 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -20,9 +20,9 @@ USES= libtool:keepla pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-NLS_USES+= gettext
-NLS_CPPFLAGS+= -I${LOCALBASE}/include
-NLS_LDFLAGS+= -L${LOCALBASE}/lib -lintl
+NLS_USES= gettext
+NLS_CPPFLAGS= -I${LOCALBASE}/include
+NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
NLS_CONFIGURE_ARGS= nls
.include <bsd.port.mk>