diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-25 05:14:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-25 05:14:03 +0800 |
commit | e9f90310beddade2e4e511ab442f6d047ce749e4 (patch) | |
tree | 2654cebb7b464ff59c6d1289e40643b51c64c61d | |
parent | 1090f482593c1d3951668798e50540256a9c5f1d (diff) | |
download | marcuscom-ports-e9f90310beddade2e4e511ab442f6d047ce749e4.tar marcuscom-ports-e9f90310beddade2e4e511ab442f6d047ce749e4.tar.gz marcuscom-ports-e9f90310beddade2e4e511ab442f6d047ce749e4.tar.bz2 marcuscom-ports-e9f90310beddade2e4e511ab442f6d047ce749e4.tar.lz marcuscom-ports-e9f90310beddade2e4e511ab442f6d047ce749e4.tar.xz marcuscom-ports-e9f90310beddade2e4e511ab442f6d047ce749e4.tar.zst marcuscom-ports-e9f90310beddade2e4e511ab442f6d047ce749e4.zip |
Add a missing dependency on nautilus2.
Submitted by: Koop Mast <einekoai@chello.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@809 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 700d0a640..2a171a35a 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -7,6 +7,8 @@ PORTNAME= gnomecontrolcenter2 PORTVERSION= 2.3.2 +#PORTREVISIION= 0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/control-center/2.3 @@ -21,7 +23,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop metacity +USE_GNOME= gnomeprefix gnomehack gnomehier metacity nautilus2 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index 700d0a640..2a171a35a 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -7,6 +7,8 @@ PORTNAME= gnomecontrolcenter2 PORTVERSION= 2.3.2 +#PORTREVISIION= 0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/control-center/2.3 @@ -21,7 +23,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop metacity +USE_GNOME= gnomeprefix gnomehack gnomehier metacity nautilus2 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |