aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libast/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-23 17:41:11 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-23 17:41:11 +0800
commit63d0ab27e8fc88df6e11d9fb8b37620420285dd1 (patch)
treee98695d0f2fee03c1b3293caae9e384710940d71 /devel/libast/Makefile
parent6edb625ebc0b29d70b1a813af816172e4e46ed85 (diff)
downloadfreebsd-ports-gnome-63d0ab27e8fc88df6e11d9fb8b37620420285dd1.tar.gz
freebsd-ports-gnome-63d0ab27e8fc88df6e11d9fb8b37620420285dd1.tar.zst
freebsd-ports-gnome-63d0ab27e8fc88df6e11d9fb8b37620420285dd1.zip
- Switch to USES=libtool, drop .la files
- Use correct LICENSE Approved by: portmgr blanket
Diffstat (limited to 'devel/libast/Makefile')
-rw-r--r--devel/libast/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile
index d8e1d7cde8d5..702961ee3a2a 100644
--- a/devel/libast/Makefile
+++ b/devel/libast/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libast
PORTVERSION= 0.7
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= devel
MASTER_SITES= http://www.eterm.org/download/ \
CRITICAL
@@ -11,17 +11,16 @@ MASTER_SITES= http://www.eterm.org/download/ \
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library of assorted spiffy things
-LICENSE= BSD
+LICENSE= MIT
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-USE_AUTOTOOLS= libtool
USE_EFL= imlib2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-USES= pathfix
+USES= libtool pathfix
.include <bsd.port.pre.mk>