diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-30 11:59:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-30 11:59:46 +0800 |
commit | 10c666b0b63663c2bdcfc0dca2a8855fc8065591 (patch) | |
tree | b1e580ea255bba9aeeec58d34442b824814b85c8 /x11-toolkits | |
parent | 775d1f5d8e6db707a852e1ff53fadc8231c04d17 (diff) | |
download | freebsd-ports-gnome-10c666b0b63663c2bdcfc0dca2a8855fc8065591.tar.gz freebsd-ports-gnome-10c666b0b63663c2bdcfc0dca2a8855fc8065591.tar.zst freebsd-ports-gnome-10c666b0b63663c2bdcfc0dca2a8855fc8065591.zip |
Chase the gnomemm shared lib version.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/panel--/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |