diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-09 08:10:08 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-09 08:10:08 +0800 |
commit | 150e444a6fcd206d6b25f6daff1c7f5ee1cae722 (patch) | |
tree | 08264a0f0fad1a43ff79dace8edc17f4c17a76a2 /graphics/eog/Makefile | |
parent | 2744f26cf3f7fd6caf1f4c9f9a83dcfc49e99b35 (diff) | |
download | marcuscom-ports-150e444a6fcd206d6b25f6daff1c7f5ee1cae722.tar marcuscom-ports-150e444a6fcd206d6b25f6daff1c7f5ee1cae722.tar.gz marcuscom-ports-150e444a6fcd206d6b25f6daff1c7f5ee1cae722.tar.bz2 marcuscom-ports-150e444a6fcd206d6b25f6daff1c7f5ee1cae722.tar.lz marcuscom-ports-150e444a6fcd206d6b25f6daff1c7f5ee1cae722.tar.xz marcuscom-ports-150e444a6fcd206d6b25f6daff1c7f5ee1cae722.tar.zst marcuscom-ports-150e444a6fcd206d6b25f6daff1c7f5ee1cae722.zip |
Update to 2.17.4
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8151 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/eog/Makefile')
-rw-r--r-- | graphics/eog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 6d61935b5..689c09033 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.44 2006/12/05 08:18:28 marcus Exp $ +# $MCom: ports/graphics/eog/Makefile,v 1.45 2006/12/19 06:09:59 marcus Exp $ # PORTNAME= eog -PORTVERSION= 2.17.3 +PORTVERSION= 2.17.4 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -20,6 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui \ librsvg2 desktopfileutils gnomedesktop +INSTALLS_ICONS= yes USE_GETTEXT= yes USE_XLIB= yes INSTALLS_OMF= yes |