diff options
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r-- | graphics/eog2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 4d03076..6d8d0c2 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: eog -# Version required: 0.1 +# Version required: 0.2 # Date created: 5th October 1999 # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ # -DISTNAME= eog-0.1 +DISTNAME= eog-0.2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/eog @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sources/eog MAINTAINER= ade@lovett.com LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ - gdk_pixbuf.0:${PORTSDIR}/graphics/gdk-pixbuf + gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf USE_GMAKE= yes USE_X_PREFIX= yes |