diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-10 14:02:38 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-10 14:02:38 +0800 |
commit | 4a1ddeb9612da25b9dfb4e9b449cb7d2ba501f70 (patch) | |
tree | da79c851331a2967873a9f9528eba25492c384d1 /graphics/iiview/Makefile | |
parent | 93da75c61e3a23714e8b24fc877da9948e0c9b5d (diff) | |
download | freebsd-ports-gnome-4a1ddeb9612da25b9dfb4e9b449cb7d2ba501f70.tar.gz freebsd-ports-gnome-4a1ddeb9612da25b9dfb4e9b449cb7d2ba501f70.tar.zst freebsd-ports-gnome-4a1ddeb9612da25b9dfb4e9b449cb7d2ba501f70.zip |
Update to 0.27 which support custom LOCALBSE and doesn't use gmake anymore.
Submitted by: maintainer
Reported by: QATty
Diffstat (limited to 'graphics/iiview/Makefile')
-rw-r--r-- | graphics/iiview/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/iiview/Makefile b/graphics/iiview/Makefile index bc95b799896b..60a46331ee5e 100644 --- a/graphics/iiview/Makefile +++ b/graphics/iiview/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iiview -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= graphics MASTER_SITES= SF @@ -23,7 +23,6 @@ PLIST_FILES= bin/iiview MAN1= iiview.1 MANCOMPRESSED= yes -USE_GMAKE= yes USE_BZIP2= yes .include <bsd.port.mk> |