diff options
Diffstat (limited to 'math/gdcalc/Makefile')
-rw-r--r-- | math/gdcalc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/gdcalc/Makefile b/math/gdcalc/Makefile index d254234727c7..34d8bdf8ae3c 100644 --- a/math/gdcalc/Makefile +++ b/math/gdcalc/Makefile @@ -6,17 +6,16 @@ # $MCom: ports/math/gdcalc/Makefile,v 1.1 2006/10/04 15:51:37 ahze Exp $ PORTNAME= gdcalc -PORTVERSION= 2.13 -PORTREVISION= 3 +PORTVERSION= 2.15 CATEGORIES= math MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= Gnome-based scientific calculator RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units -USE_GNOME= gnomelibs gnomehier +USE_GNOME= gnomelibs gnomehier libgnomeui GNU_CONFIGURE= yes .include <bsd.port.mk> |