diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 07:11:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 07:11:19 +0800 |
commit | 73bb8683210e4d0f0604e10f5c62b69a3a80bdb7 (patch) | |
tree | 2998f890976a57bd863ea17eb7bb3faed6671104 /print | |
parent | 29609db48b31c5eb9fdd6c530e73604c39dda176 (diff) | |
download | freebsd-ports-gnome-73bb8683210e4d0f0604e10f5c62b69a3a80bdb7.tar.gz freebsd-ports-gnome-73bb8683210e4d0f0604e10f5c62b69a3a80bdb7.tar.zst freebsd-ports-gnome-73bb8683210e4d0f0604e10f5c62b69a3a80bdb7.zip |
Support stage
Diffstat (limited to 'print')
-rw-r--r-- | print/gnomephotoprinter/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index d09c572e9199..db415f4164a7 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -12,11 +12,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome Photo Printer is intended for printing photos in an easy way -USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \ - gnomevfs2 -USES= gettext gmake pkgconfig +USE_GNOME= gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2 +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> |