diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-04-20 22:39:56 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-04-20 22:39:56 +0000 |
commit | 3b2266d7ec737e4bcfdd0809a4015c5729aa3e50 (patch) | |
tree | add0ef3158d714f11c9ba92b829e221b55f9d9b5 /math/rcalc/Makefile | |
parent | Upgrade to version 1.2.3 with a CVS of a few hours ago. New stuff in (diff) |
Update port to 0.2.1
Notes
Notes:
svn path=/head/; revision=27829
Diffstat (limited to 'math/rcalc/Makefile')
-rw-r--r-- | math/rcalc/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile index f034f9ec4fb4..1a3c05363357 100644 --- a/math/rcalc/Makefile +++ b/math/rcalc/Makefile @@ -6,17 +6,15 @@ # PORTNAME= rcalc -PORTVERSION= 0.1 +PORTVERSION= 0.2.1 CATEGORIES= math gnome -MASTER_SITES= http://members.xoom.com/ratsoft/download/ +MASTER_SITES= http://download.sourceforge.net/rcalc/ DISTNAME= rCalc-${PORTVERSION} -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs -FETCH_BEFORE_ARGS+= -b # members.xoom.com is broken - GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes |