diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-24 01:11:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-24 01:11:37 +0800 |
commit | 8455d74da1b781e3f10a5727c2d09b54a6a18f97 (patch) | |
tree | 5d9e2f35eac4d1ce43bf0e0f9eeab959c979ec73 /graphics | |
parent | 793735e667f12249825b3960d07f64e44e0e3b55 (diff) | |
download | freebsd-ports-gnome-8455d74da1b781e3f10a5727c2d09b54a6a18f97.tar.gz freebsd-ports-gnome-8455d74da1b781e3f10a5727c2d09b54a6a18f97.tar.zst freebsd-ports-gnome-8455d74da1b781e3f10a5727c2d09b54a6a18f97.zip |
Remove NLS from OPTIONS_DEFAULT
NLS will be added by Mk/bsd.options.mk.
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 98e7cd48fc35..ede047cc5989 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -24,7 +24,7 @@ INSTALL_TARGET= install-strip OPTIONS_SUB= yes OPTIONS_DEFINE= JASPER JPEG PNG TIFF NLS -OPTIONS_DEFAULT=JASPER JPEG PNG TIFF NLS +OPTIONS_DEFAULT=JASPER JPEG PNG TIFF JASPER_CONFIGURE_WITH= libjasper JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper JPEG_CONFIGURE_WITH= libjpeg |