diff options
author | naddy <naddy@FreeBSD.org> | 2012-07-27 02:55:29 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2012-07-27 02:55:29 +0800 |
commit | 379215d5338a2389bde1341966fe57d9f58b7cdc (patch) | |
tree | 0a0c93279f1ff3deed4bdd12992bfd76d8956a27 /math/calcoo | |
parent | c674fa437c94b167bdebb2aa0919b4bb6c824894 (diff) | |
download | freebsd-ports-gnome-379215d5338a2389bde1341966fe57d9f58b7cdc.tar.gz freebsd-ports-gnome-379215d5338a2389bde1341966fe57d9f58b7cdc.tar.zst freebsd-ports-gnome-379215d5338a2389bde1341966fe57d9f58b7cdc.zip |
switch to USE_PKGCONFIG
Diffstat (limited to 'math/calcoo')
-rw-r--r-- | math/calcoo/Makefile | 7 | ||||
-rw-r--r-- | math/calcoo/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index ec855c3863c4..98f290ac071e 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -6,17 +6,20 @@ PORTNAME= calcoo PORTVERSION= 1.3.18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF MAINTAINER= naddy@FreeBSD.org COMMENT= RPN and algebraic scientific calculator -USE_GNOME= gtk20 pkgconfig +USE_GNOME= gtk20 +USE_PKGCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes MAN1= calcoo.1 +PLIST_FILES= bin/calcoo + .include <bsd.port.mk> diff --git a/math/calcoo/pkg-plist b/math/calcoo/pkg-plist deleted file mode 100644 index 0039aa7ff225..000000000000 --- a/math/calcoo/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/calcoo |