diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-03 17:03:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-03 17:03:13 +0800 |
commit | ab4c288ebfd3f70f2f3a9f4bb29f97ad9bbcdb64 (patch) | |
tree | 14a1217133031b21cf1a6f0c059d7957ea176a87 /x11-fonts | |
parent | 92d5117531dc3edadfc7215c5b269e817fb71dff (diff) | |
download | freebsd-ports-gnome-ab4c288ebfd3f70f2f3a9f4bb29f97ad9bbcdb64.tar.gz freebsd-ports-gnome-ab4c288ebfd3f70f2f3a9f4bb29f97ad9bbcdb64.tar.zst freebsd-ports-gnome-ab4c288ebfd3f70f2f3a9f4bb29f97ad9bbcdb64.zip |
- Stage support
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gbdfed/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-fonts/gbdfed/Makefile b/x11-fonts/gbdfed/Makefile index 72258606b545..9bbdf33fa502 100644 --- a/x11-fonts/gbdfed/Makefile +++ b/x11-fonts/gbdfed/Makefile @@ -11,14 +11,12 @@ COMMENT= A GTK2 bitmap font editor LICENSE= MIT -USE_BZIP2= yes -USES= gettext pkgconfig +USES= gettext pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -MAN1= gbdfed.1 -PLIST_FILES= bin/gbdfed +PLIST_FILES= bin/gbdfed \ + man/man1/gbdfed.1.gz -NO_STAGE= yes .include <bsd.port.mk> |