diff options
author | osa <osa@FreeBSD.org> | 2012-02-16 00:44:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-02-16 00:44:08 +0800 |
commit | 6a1c70c065065ac03b6176ed0157f1e60e6e278b (patch) | |
tree | ccaa7cf4a1162345822cd8063a89c84a6f5446a4 /graphics/libraw | |
parent | e734d28e9464309f5ff9af1f66664c61d1024067 (diff) | |
download | freebsd-ports-gnome-6a1c70c065065ac03b6176ed0157f1e60e6e278b.tar.gz freebsd-ports-gnome-6a1c70c065065ac03b6176ed0157f1e60e6e278b.tar.zst freebsd-ports-gnome-6a1c70c065065ac03b6176ed0157f1e60e6e278b.zip |
Remove unused variable USE_PKGCONFIG.
E-mailed by: eadler
Found by: Alex Kozlov
Tested at: Redports
Diffstat (limited to 'graphics/libraw')
-rw-r--r-- | graphics/libraw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index d2f2c1fcb9f9..938f43ef05d7 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -26,7 +26,6 @@ OPTIONS= DEMOSAIC_PACK_GPL2 "Enable demosaic pack GPL2" off \ .include <bsd.port.options.mk> LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg -USE_PKGCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+=--program-prefix=${PREFIX} --disable-examples CFLAGS+= -fPIC |