svn commit: r301577 - head/math/calcoo
Christian Weisgerber
naddy at FreeBSD.org
Thu Jul 26 18:55:29 UTC 2012
Author: naddy
Date: Thu Jul 26 18:55:29 2012
New Revision: 301577
URL: http://svn.freebsd.org/changeset/ports/301577
Log:
switch to USE_PKGCONFIG
Deleted:
head/math/calcoo/pkg-plist
Modified:
head/math/calcoo/Makefile
Modified: head/math/calcoo/Makefile
==============================================================================
--- head/math/calcoo/Makefile Thu Jul 26 18:34:24 2012 (r301576)
+++ head/math/calcoo/Makefile Thu Jul 26 18:55:29 2012 (r301577)
@@ -6,17 +6,20 @@
PORTNAME= calcoo
PORTVERSION= 1.3.18
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= naddy at 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>
More information about the svn-ports-head
mailing list