diff options
author | nox <nox@FreeBSD.org> | 2014-03-15 23:35:59 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-03-15 23:35:59 +0800 |
commit | 2b3b25ceac991340f1f6df8bba4e89e7a682056b (patch) | |
tree | f1f3ba7b1b990e83ede3ef650a0bb69ea6181b2f /multimedia/w_scan | |
parent | b28a9c09e062e362604c54a41ef3d32e8ce2445a (diff) | |
download | freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.tar.gz freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.tar.zst freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.zip |
Switch my ports to USES= tar:...
Diffstat (limited to 'multimedia/w_scan')
-rw-r--r-- | multimedia/w_scan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/w_scan/Makefile b/multimedia/w_scan/Makefile index 2508080a2634..451497bc4603 100644 --- a/multimedia/w_scan/Makefile +++ b/multimedia/w_scan/Makefile @@ -16,10 +16,9 @@ LINUX_DESC= Install Linux binary too (linux-w_scan) .include <bsd.port.options.mk> -USE_BZIP2= yes GNU_CONFIGURE= yes PATCH_STRIP= -lp1 -USES+= gettext iconv +USES+= gettext iconv tar:bzip2 CPPFLAGS+= -I"${LOCALBASE}/include" LDFLAGS+= -L"${LOCALBASE}/lib\ ${ICONV_LIB}" PORTDOCS= COPYING ChangeLog README |