diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 3 | ||||
-rw-r--r-- | math/gcalctool3/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 05fca1f9c..42d108040 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -11,10 +11,11 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows +COMMENT= GNOME 2 calculator tool based on the old calctool for OpenWindows CONFLICTS= gcalctool-6.[0-9]* +NO_STAGE= yes USE_BZIP2= yes USES= bison gettext gmake pathfix USE_AUTOTOOLS= libtool diff --git a/math/gcalctool3/Makefile b/math/gcalctool3/Makefile index 755de8106..2da04eda4 100644 --- a/math/gcalctool3/Makefile +++ b/math/gcalctool3/Makefile @@ -9,13 +9,14 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME 3 calculator tool based on the old calctool for OpenWindows +COMMENT= GNOME 3 calculator tool based on the old calctool for OpenWindows CONFLICTS= gcalctool-5.[0-9]* BUILD_DEPENDS= yelp-build:${PORTSDIR}/textproc/yelp-tools \ itstool:${PORTSDIR}/textproc/itstool +NO_STAGE= yes LATEST_LINK= gcalctool3 USE_XZ= yes USES= bison gettext gmake pathfix |