diff options
author | asami <asami@FreeBSD.org> | 1999-10-17 13:45:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-17 13:45:05 +0000 |
commit | 73201d4c72683f628fc944da0f54c7b271504b64 (patch) | |
tree | b5d4d3bb825da5b45636c51789d78060aba24b71 /devel | |
parent | 250b1906c0be9087c7a33774a83864a13a351eaa (diff) | |
download | FreeBSD-ports-73201d4c72683f628fc944da0f54c7b271504b64.zip FreeBSD-ports-73201d4c72683f628fc944da0f54c7b271504b64.tar.gz |
Bump gnome libraries' version numbers.
Should have been done by: nakai
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gide/Makefile | 2 | ||||
-rw-r--r-- | devel/pharmacy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile index 36fb6a8..555d975 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://gide.gdev.net/ \ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs \ guile.4:${PORTSDIR}/lang/guile GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/devel/pharmacy/Makefile b/devel/pharmacy/Makefile index 6fa0bcb..7ecb1c3 100644 --- a/devel/pharmacy/Makefile +++ b/devel/pharmacy/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://pharmacy.learnrespect.org/ MAINTAINER= jedgar@fxp.org -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |