diff options
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 2d6ce8e0d..2b9d7526f 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/math/gcalctool/Makefile,v 1.125 2009/12/22 01:18:49 ahze Exp $ # PORTNAME= gcalctool PORTVERSION= 5.29.4 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= GNOME @@ -16,6 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows +LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup + USE_BZIP2= yes USE_BISON= build INSTALLS_OMF= yes |