diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liboil/Makefile | 7 | ||||
-rw-r--r-- | devel/liboil/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index d983c6f47c2a..c5ae84afaf04 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -4,16 +4,17 @@ PORTNAME= liboil PORTVERSION= 0.3.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://liboil.freedesktop.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Library of optimized inner loops -LICENSE= BSD2CLAUSE +LICENSE= BSD2CLAUSE BSD3CLAUSE MIT +LICENSE_COMB= multi -USES= libtool:keepla pkgconfig +USES= libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ diff --git a/devel/liboil/pkg-plist b/devel/liboil/pkg-plist index 50ff2edda09d..675d0314aebb 100644 --- a/devel/liboil/pkg-plist +++ b/devel/liboil/pkg-plist @@ -17,7 +17,6 @@ include/liboil-0.3/liboil/liboiltest.h include/liboil-0.3/liboil/liboiltypes.h include/liboil-0.3/liboil/liboilutils.h lib/liboil-0.3.a -lib/liboil-0.3.la lib/liboil-0.3.so lib/liboil-0.3.so.0 lib/liboil-0.3.so.0.3.0 |