diff options
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r-- | graphics/eog2/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index a1e05f9..3de65c4 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -6,11 +6,10 @@ # PORTNAME= eog2 -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 DISTNAME= eog-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -19,11 +18,13 @@ COMMENT= The Eye Of Gnome image viewer USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier eel2 libgnomeprintui librsvg2 +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack gnomehier intlhack eel2 libgnomeprintui \ + librsvg2 USE_X_PREFIX= yes USE_LIBTOOL_VER=13 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" .include <bsd.port.pre.mk> |