diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-30 03:59:46 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-30 03:59:46 +0000 |
commit | 10c666b0b63663c2bdcfc0dca2a8855fc8065591 (patch) | |
tree | b1e580ea255bba9aeeec58d34442b824814b85c8 | |
parent | 775d1f5d8e6db707a852e1ff53fadc8231c04d17 (diff) | |
download | FreeBSD-ports-10c666b0b63663c2bdcfc0dca2a8855fc8065591.zip FreeBSD-ports-10c666b0b63663c2bdcfc0dca2a8855fc8065591.tar.gz |
Chase the gnomemm shared lib version.
-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 3c5e674..f0a9e01 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 7fead6b..6dedfae 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 6378136..40bdfad 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 146e72ef..116bff9 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 c952f49..00574a4 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 a86db44..7352510 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 |