diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-26 03:56:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-26 03:56:01 +0800 |
commit | aded77667b52b2468a39dabeeb7e3755ee735c1a (patch) | |
tree | 2534668ed65fe70adcfcc5a538eb007c614d94cb /print/gnomephotoprinter/Makefile | |
parent | ee1aa7b84146db822d978476cad2a2b47f8c89c1 (diff) | |
download | freebsd-ports-gnome-aded77667b52b2468a39dabeeb7e3755ee735c1a.tar.gz freebsd-ports-gnome-aded77667b52b2468a39dabeeb7e3755ee735c1a.tar.zst freebsd-ports-gnome-aded77667b52b2468a39dabeeb7e3755ee735c1a.zip |
Update to 0.7.0.
Diffstat (limited to 'print/gnomephotoprinter/Makefile')
-rw-r--r-- | print/gnomephotoprinter/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index c76f8600ed5d..c66a339e7d40 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomephotoprinter -PORTVERSION= 0.6.7 +PORTVERSION= 0.7.0 CATEGORIES= print gnome MASTER_SITES= http://www.fogman.de/gpp/ DISTNAME= gpp-${PORTVERSION} @@ -19,10 +19,8 @@ USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \ gnomevfs2 +USE_GETTEXT= yes GNU_CONFIGURE= yes - -post-install: - ${INSTALL_DATA} ${FILESDIR}/gnomephotoprinter.desktop \ - ${PREFIX}/share/gnome/applications +INSTALLS_ICONS= yes .include <bsd.port.mk> |