diff options
author | ak <ak@FreeBSD.org> | 2013-12-06 17:57:12 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-12-06 17:57:12 +0800 |
commit | 9db3ff4f2a800e40791be7f4a13d3c5893a924bb (patch) | |
tree | 50d5a75f9034506e79cd805edf002bc84238b8ab /www/googlebook_dl | |
parent | 8c41a6125d58e76a8deae6214be9129893122a98 (diff) | |
download | freebsd-ports-gnome-9db3ff4f2a800e40791be7f4a13d3c5893a924bb.tar.gz freebsd-ports-gnome-9db3ff4f2a800e40791be7f4a13d3c5893a924bb.tar.zst freebsd-ports-gnome-9db3ff4f2a800e40791be7f4a13d3c5893a924bb.zip |
- Use recently implemented NO_ARCH knob in my architecture-neutral ports
- While here, use shebangfix for print/txtbdf2ps
Diffstat (limited to 'www/googlebook_dl')
-rw-r--r-- | www/googlebook_dl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/googlebook_dl/Makefile b/www/googlebook_dl/Makefile index d1034bd8fe40..d6e0b4b6850a 100644 --- a/www/googlebook_dl/Makefile +++ b/www/googlebook_dl/Makefile @@ -13,6 +13,7 @@ LICENSE= BSD RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} |