diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-23 12:33:17 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-23 12:33:17 +0000 |
commit | 29afe4a449623b9e1e105fa4d6dbf364770bae4c (patch) | |
tree | cb813f23ccc73346ccca5d845db56dba47beb515 /math/rcalc/Makefile | |
parent | Upgrade to 0.6.6. (diff) |
- Update port to 0.2.2
- Change LIB_DEPENDS from gnomelibs to gnomecore
Submitted by: Gary Benson <garyb@ee.bath.ac.uk>
Notes
Notes:
svn path=/head/; revision=31899
Diffstat (limited to 'math/rcalc/Makefile')
-rw-r--r-- | math/rcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile index 1bb2ea0b1bae..e4b7fd4bdea2 100644 --- a/math/rcalc/Makefile +++ b/math/rcalc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rcalc -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,7 @@ DISTNAME= rCalc-${PORTVERSION} MAINTAINER= jedgar@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |