diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 01:20:17 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 01:20:17 +0800 |
commit | 7b3824f442f18541dff972c6ef08b005bab3ad74 (patch) | |
tree | bd9d1757b33e3355da1d0171ff776bbe897a4313 /devel | |
parent | d5cb658ff8279531cd61c2d6734a0241beab5b0a (diff) | |
download | freebsd-ports-gnome-7b3824f442f18541dff972c6ef08b005bab3ad74.tar.gz freebsd-ports-gnome-7b3824f442f18541dff972c6ef08b005bab3ad74.tar.zst freebsd-ports-gnome-7b3824f442f18541dff972c6ef08b005bab3ad74.zip |
Convert to USES=libtool.
Fix COMMENT.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libassetml/Makefile | 9 | ||||
-rw-r--r-- | devel/libassetml/pkg-plist | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index e80bec48d2d9..0c9885cf974b 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -3,19 +3,18 @@ PORTNAME= libassetml PORTVERSION= 1.2.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel gnome MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= Devel Library to share image and audio files between projects +COMMENT= Library to share image and audio files between projects BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html LIB_DEPENDS= popt:${PORTSDIR}/devel/popt -USES= pkgconfig gettext gmake -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack lthack gnomeprefix glib20 libxml2 +USES= gettext gmake libtool:keepla pkgconfig +USE_GNOME= gnomehack gnomeprefix glib20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/libassetml/pkg-plist b/devel/libassetml/pkg-plist index 40b6d397dc72..36d6bfd2a117 100644 --- a/devel/libassetml/pkg-plist +++ b/devel/libassetml/pkg-plist @@ -1,9 +1,9 @@ bin/assetml-query include/libassetml-1.0/libassetml/assetml.h -lib/libassetml.a lib/libassetml.la lib/libassetml.so lib/libassetml.so.0 +lib/libassetml.so.0.0.0 libdata/pkgconfig/libassetml.pc share/gnome/help/libassetml/C/libassetml.html share/gnome/help/libassetml/C/topic.dat |