diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libast/Makefile | 7 | ||||
-rw-r--r-- | devel/libast/pkg-plist | 2 |
2 files changed, 4 insertions, 5 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> diff --git a/devel/libast/pkg-plist b/devel/libast/pkg-plist index 2dec20c695cd..26ea21097d9e 100644 --- a/devel/libast/pkg-plist +++ b/devel/libast/pkg-plist @@ -19,8 +19,8 @@ include/libast/objpair.h include/libast/sysdefs.h include/libast/vector_if.h lib/libast.a -lib/libast.la lib/libast.so lib/libast.so.2 +lib/libast.so.2.0.1 share/aclocal/libast.m4 @dirrm include/libast |