diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 20:14:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 20:14:58 +0800 |
commit | 13e344fa9c4d00035760e1f973090d51f45b8a4b (patch) | |
tree | 9fe3b05c24a6eb0a5557a3c874f1fc44120f5e67 | |
parent | 0540f6464acb84d82b58b46a5780c6d95d8a6f26 (diff) | |
download | freebsd-ports-gnome-13e344fa9c4d00035760e1f973090d51f45b8a4b.tar.gz freebsd-ports-gnome-13e344fa9c4d00035760e1f973090d51f45b8a4b.tar.zst freebsd-ports-gnome-13e344fa9c4d00035760e1f973090d51f45b8a4b.zip |
- Switch to USES=libtool, drop .la files
-rw-r--r-- | editors/mlview/Makefile | 6 | ||||
-rw-r--r-- | editors/mlview/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index c50f503d1d7f..45436d21f1b0 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -3,7 +3,7 @@ PORTNAME= mlview PORTVERSION= 0.8 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,8 +11,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= Tree oriented XML editor for Gnome -USE_AUTOTOOLS= autoconf libtool -USES= pathfix gmake iconv pkgconfig tar:bzip2 +USE_AUTOTOOLS= autoconf +USES= libtool pathfix gmake iconv pkgconfig tar:bzip2 USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0` diff --git a/editors/mlview/pkg-plist b/editors/mlview/pkg-plist index db060e3601cb..4375c9135aad 100644 --- a/editors/mlview/pkg-plist +++ b/editors/mlview/pkg-plist @@ -1,13 +1,13 @@ bin/mlview bin/mlviewctl lib/libmlview.a -lib/libmlview.la lib/libmlview.so lib/libmlview.so.8 +lib/libmlview.so.8.0.0 lib/libmlviewdbusclient.a -lib/libmlviewdbusclient.la -lib/libmlviewdbusclient.so.8 lib/libmlviewdbusclient.so +lib/libmlviewdbusclient.so.8 +lib/libmlviewdbusclient.so.8.0.0 share/applications/mlview.desktop share/application-registry/mlview.applications share/mime-info/mlview.keys |