diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-24 19:49:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-24 19:49:09 +0800 |
commit | 5c6a94872f2308364d6574b0325d6a9a798900c9 (patch) | |
tree | bd466060ecf71edb5489f90f5a9ffc4e69902427 | |
parent | bb295f6d86f9de1c54026369fae282ecc74d375e (diff) | |
download | freebsd-ports-gnome-5c6a94872f2308364d6574b0325d6a9a798900c9.tar.gz freebsd-ports-gnome-5c6a94872f2308364d6574b0325d6a9a798900c9.tar.zst freebsd-ports-gnome-5c6a94872f2308364d6574b0325d6a9a798900c9.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
-rw-r--r-- | devel/libexplain/Makefile | 4 | ||||
-rw-r--r-- | devel/libexplain/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libexplain/Makefile b/devel/libexplain/Makefile index 870e61bff818..f680dfc28f73 100644 --- a/devel/libexplain/Makefile +++ b/devel/libexplain/Makefile @@ -3,6 +3,7 @@ PORTNAME= libexplain PORTVERSION= 1.3.${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -15,9 +16,10 @@ LICENSE= LGPL3 BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -USES= bison gettext gmake +USES= bison gettext gmake libtool USE_GHOSTSCRIPT_BUILD= yes USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_linux_kd_h=no USE_LDCONFIG= yes diff --git a/devel/libexplain/pkg-plist b/devel/libexplain/pkg-plist index a897060a3153..48e562374c80 100644 --- a/devel/libexplain/pkg-plist +++ b/devel/libexplain/pkg-plist @@ -239,7 +239,6 @@ include/libexplain/waitpid.h include/libexplain/write.h include/libexplain/writev.h lib/libexplain.a -lib/libexplain.la lib/libexplain.so lib/libexplain.so.55 libdata/pkgconfig/libexplain.pc |