summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-24 14:01:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-24 14:01:11 +0800
commit4e4fce03b92399ef2a9c439a066cebb8c62c173d (patch)
treecbb1b7bba6e80c0cc8664f155a98f36e3fd00614
parentcb31fe1d929423020edbc1fd56ec60db69684421 (diff)
downloadmarcuscom-ports-4e4fce03b92399ef2a9c439a066cebb8c62c173d.tar
marcuscom-ports-4e4fce03b92399ef2a9c439a066cebb8c62c173d.tar.gz
marcuscom-ports-4e4fce03b92399ef2a9c439a066cebb8c62c173d.tar.bz2
marcuscom-ports-4e4fce03b92399ef2a9c439a066cebb8c62c173d.tar.lz
marcuscom-ports-4e4fce03b92399ef2a9c439a066cebb8c62c173d.tar.xz
marcuscom-ports-4e4fce03b92399ef2a9c439a066cebb8c62c173d.tar.zst
marcuscom-ports-4e4fce03b92399ef2a9c439a066cebb8c62c173d.zip
Add a missing dependency on libgnomeprintui.
Reported by: ade git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3325 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--deskutils/gnome-utils/Makefile4
-rw-r--r--deskutils/gnomeutils2/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
index 208c82737..bcf0acb44 100644
--- a/deskutils/gnome-utils/Makefile
+++ b/deskutils/gnome-utils/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomeutils2
PORTVERSION= 2.9.3
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -23,7 +24,8 @@ INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomepanel
+USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomepanel \
+ libgnomeprintui
USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile
index 208c82737..bcf0acb44 100644
--- a/deskutils/gnomeutils2/Makefile
+++ b/deskutils/gnomeutils2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomeutils2
PORTVERSION= 2.9.3
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -23,7 +24,8 @@ INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomepanel
+USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomepanel \
+ libgnomeprintui
USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"