diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 01:23:49 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 01:23:49 +0800 |
commit | 0b80158d14f20d3fd42bdde0e1af9ee26f26e7c0 (patch) | |
tree | cc5a24630b79298440280f022e44f2f5818da397 | |
parent | e06c3dd4fa057fb90c037f047474c07539ac5791 (diff) | |
download | freebsd-ports-graphics-0b80158d14f20d3fd42bdde0e1af9ee26f26e7c0.tar.gz freebsd-ports-graphics-0b80158d14f20d3fd42bdde0e1af9ee26f26e7c0.tar.zst freebsd-ports-graphics-0b80158d14f20d3fd42bdde0e1af9ee26f26e7c0.zip |
Convert to USES=libtool.
-rw-r--r-- | devel/libukcprog/Makefile | 6 | ||||
-rw-r--r-- | devel/libukcprog/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index 786f420be89..0159aeefa75 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -3,7 +3,7 @@ PORTNAME= libukcprog PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ @@ -17,11 +17,9 @@ COMMENT= Generally useful low level routines NO_CDROM= License (see source) does not permit selling for profit -USE_AUTOTOOLS= libtool DIST_SUBDIR= i-scream GNU_CONFIGURE= yes +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes -USES= pathfix pkgconfig -USE_GNOME= lthack .include <bsd.port.mk> diff --git a/devel/libukcprog/pkg-plist b/devel/libukcprog/pkg-plist index ffe4a2deef5..8c0fb4a4a02 100644 --- a/devel/libukcprog/pkg-plist +++ b/devel/libukcprog/pkg-plist @@ -1,7 +1,7 @@ include/ukcprog.h lib/libukcprog.a -lib/libukcprog.la lib/libukcprog.so lib/libukcprog.so.0 +lib/libukcprog.so.0.0.1 libdata/pkgconfig/libukcprog.pc man/man3/ukcprog.3.gz |