diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
commit | 8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch) | |
tree | c8de158d4ed23e4170b9cddb89d1841a59a27334 /math | |
parent | 8b7c12b85ce373a72c102dc7ca7d0c7ad5dad723 (diff) |
Updates for new shared library versions in GNOME 1.2
Notes
Notes:
svn path=/head/; revision=29057
Diffstat (limited to 'math')
-rw-r--r-- | math/grpn/Makefile | 2 | ||||
-rw-r--r-- | math/rcalc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile index 0ee09ebe469b..fa17130f10a6 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -7,7 +7,7 @@ PORTNAME= grpn PORTVERSION= 1.1.1 -CATEGORIES= math gnome +CATEGORIES= math MASTER_SITES= http://wilkins.ne.mediaone.net/grpn/ MAINTAINER= jedgar@fxp.org diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile index 1a3c05363357..c76b3577d375 100644 --- a/math/rcalc/Makefile +++ b/math/rcalc/Makefile @@ -13,7 +13,7 @@ DISTNAME= rCalc-${PORTVERSION} MAINTAINER= jedgar@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |