diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-17 07:50:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-17 07:50:15 +0800 |
commit | 4cbe7c684fae806813ce1692bf5995590d7b758e (patch) | |
tree | 9a7708f6632f9913bdc2416246e2889993d43be1 /graphics | |
parent | 2ec02c44ce4267da23db3ffced6e25939dd4db72 (diff) | |
download | marcuscom-ports-4cbe7c684fae806813ce1692bf5995590d7b758e.tar marcuscom-ports-4cbe7c684fae806813ce1692bf5995590d7b758e.tar.gz marcuscom-ports-4cbe7c684fae806813ce1692bf5995590d7b758e.tar.bz2 marcuscom-ports-4cbe7c684fae806813ce1692bf5995590d7b758e.tar.lz marcuscom-ports-4cbe7c684fae806813ce1692bf5995590d7b758e.tar.xz marcuscom-ports-4cbe7c684fae806813ce1692bf5995590d7b758e.tar.zst marcuscom-ports-4cbe7c684fae806813ce1692bf5995590d7b758e.zip |
Add a missing dependency on eel2.
Spotted by: Mezz bsdforums.org <reigncracks@hotmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@667 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 90c6d2179..66e4db9c3 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -7,6 +7,8 @@ PORTNAME= eog2 PORTVERSION= 2.3.0 +PORTREVISION= 1 +#PORTREVISION= 0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 @@ -19,8 +21,7 @@ COMMENT= The Eye Of Gnome image viewer USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui libgnomeprintui \ - librsvg2 +USE_GNOME= gnomeprefix gnomehack gnomehier eel2 libgnomeprintui librsvg2 USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |