Date: Thu, 26 Jul 2012 18:55:29 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301577 - head/math/calcoo Message-ID: <201207261855.q6QItTKH015284@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207261855.q6QItTKH015284>