aboutsummaryrefslogtreecommitdiffstats
path: root/print/gnomephotoprinter/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-01-26 03:56:01 +0800
committermezz <mezz@FreeBSD.org>2007-01-26 03:56:01 +0800
commitaded77667b52b2468a39dabeeb7e3755ee735c1a (patch)
tree2534668ed65fe70adcfcc5a538eb007c614d94cb /print/gnomephotoprinter/Makefile
parentee1aa7b84146db822d978476cad2a2b47f8c89c1 (diff)
downloadfreebsd-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/Makefile8
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>