diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-30 03:59:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-30 03:59:46 +0000 |
commit | e57110f7ccf918c6f6e12b6753bd73d30b97eab2 (patch) | |
tree | 234640833414fc9ff563d00b43e2c6a1ac8b117a | |
parent | Update to 1.2.4. (diff) |
Chase the gnomemm shared lib version.
Notes
Notes:
svn path=/head/; revision=74236
-rw-r--r-- | devel/gnome-devel/Makefile | 5 | ||||
-rw-r--r-- | games/gnomoku/Makefile | 2 | ||||
-rw-r--r-- | net/gabber/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cdrdao/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/bakery/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/panel--/Makefile | 2 |
6 files changed, 7 insertions, 8 deletions
diff --git a/devel/gnome-devel/Makefile b/devel/gnome-devel/Makefile index 3c5e67401799..f0a9e01f1472 100644 --- a/devel/gnome-devel/Makefile +++ b/devel/gnome-devel/Makefile @@ -15,14 +15,13 @@ EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org RUN_DEPENDS= intltool-merge:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= gal:${PORTSDIR}/x11-toolkits/gal \ - gnomemm.9:${PORTSDIR}/x11-toolkits/gnome-- +LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome-- IGNORE= "Needs more work on the dependency chain" NO_BUILD= yes USE_GNOMENG= yes -USE_GNOME= gnomelibs +USE_GNOME= gnomelibs gal USE_PYTHON= yes do-install: # empty diff --git a/games/gnomoku/Makefile b/games/gnomoku/Makefile index 7fead6bbf3d9..6dedfae30058 100644 --- a/games/gnomoku/Makefile +++ b/games/gnomoku/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gnomemm.9:${PORTSDIR}/x11-toolkits/gnome-- +LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome-- USE_X_PREFIX= yes USE_GNOMENG= yes diff --git a/net/gabber/Makefile b/net/gabber/Makefile index 6378136d05c9..40bdfadd61fc 100644 --- a/net/gabber/Makefile +++ b/net/gabber/Makefile @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org .if defined(WITH_XMMS) BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms .endif -LIB_DEPENDS= gnomemm.9:${PORTSDIR}/x11-toolkits/gnome-- +LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome-- USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 146e72ef48dc..116bff91cb23 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -34,7 +34,7 @@ LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame .if ${HAVE_GNOME:Mgnomelibs} != "" USE_GNOME= gnomelibs LIB_DEPENDS+= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- -LIB_DEPENDS+= gnomemm.9:${PORTSDIR}/x11-toolkits/gnome-- +LIB_DEPENDS+= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome-- CONFIGURE_ARGS= --with-gtkmm-prefix=${X11BASE} PKGNAMESUFFIX?= -gnome PLIST_SUB= GNOME="" diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index c952f4961167..00574a4c6075 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gnomemm.9:${PORTSDIR}/x11-toolkits/gnome-- +LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome-- USE_X_PREFIX= yes USE_PERL5= yes diff --git a/x11-toolkits/panel--/Makefile b/x11-toolkits/panel--/Makefile index a86db447861f..73525104d6a2 100644 --- a/x11-toolkits/panel--/Makefile +++ b/x11-toolkits/panel--/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gnomemm.9:${PORTSDIR}/x11-toolkits/gnome-- +LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome-- USE_X_PREFIX= yes USE_GMAKE= yes |