diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 21:59:05 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 21:59:05 +0800 |
commit | 389efb9b75f6a79b968ce6329b7f9ecd8dd56f1c (patch) | |
tree | 441488d348d19c9f087d8f2183df50ca9c4f8b40 | |
parent | 123d6c85e159c2a9cae6a74d09f1aed3ce6fdd51 (diff) | |
download | freebsd-ports-gnome-389efb9b75f6a79b968ce6329b7f9ecd8dd56f1c.tar.gz freebsd-ports-gnome-389efb9b75f6a79b968ce6329b7f9ecd8dd56f1c.tar.zst freebsd-ports-gnome-389efb9b75f6a79b968ce6329b7f9ecd8dd56f1c.zip |
Remove USE_AUTOTOOLS=libtool.
-rw-r--r-- | devel/rudiments/Makefile | 4 | ||||
-rw-r--r-- | devel/rudiments/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 7260136e0b5a..5f978ac6fde2 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -3,7 +3,7 @@ PORTNAME= rudiments PORTVERSION= 0.46 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -12,9 +12,9 @@ COMMENT= C++ class library for daemons, clients, servers, and more LICENSE= LGPL20 +GNU_CONFIGURE= yes USES= libtool:keepla pkgconfig shebangfix SHEBANG_FILES= doc/programming/insert.pl -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" diff --git a/devel/rudiments/pkg-plist b/devel/rudiments/pkg-plist index fc141683f36d..3a1ba2286cdb 100644 --- a/devel/rudiments/pkg-plist +++ b/devel/rudiments/pkg-plist @@ -201,8 +201,8 @@ include/rudiments/variablebuffer.h include/rudiments/xmldom.h include/rudiments/xmldomnode.h include/rudiments/xmlsax.h -lib/librudiments-%%VERSION%%.so lib/librudiments-%%VERSION%%.so.1 +lib/librudiments-%%VERSION%%.so.1.0.0 lib/librudiments.a lib/librudiments.la lib/librudiments.so |