svn commit: r364837 - head/math/mate-calc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Aug 14 08:30:35 UTC 2014
Author: amdmi3
Date: Thu Aug 14 08:30:34 2014
New Revision: 364837
URL: http://svnweb.freebsd.org/changeset/ports/364837
QAT: https://qat.redports.org/buildarchive/r364837/
Log:
- Switch to USES=libtool
Approved by: kwm
Modified:
head/math/mate-calc/Makefile
Modified: head/math/mate-calc/Makefile
==============================================================================
--- head/math/mate-calc/Makefile Thu Aug 14 08:28:14 2014 (r364836)
+++ head/math/mate-calc/Makefile Thu Aug 14 08:30:34 2014 (r364837)
@@ -3,7 +3,7 @@
PORTNAME= mate-calc
PORTVERSION= 1.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -13,10 +13,10 @@ COMMENT= MATE calculator tool based on t
PORTSCOUT= limitw:1,even
-USES= gettext gmake pathfix pkgconfig tar:xz
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_MATE= autogen common:build docutils intlhack
USE_GNOME= glib20 gnomehier gtk20 libxml2
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
+USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk=2.0
CPPFLAGS+= -I${LOCALBASE}/include
More information about the svn-ports-all
mailing list