diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 01:50:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 01:50:19 +0800 |
commit | 31b5dcec1a2750b2a6faaff62af481eb5c247314 (patch) | |
tree | 09873e936c9940fef2872c6075917a6ecd5b7447 | |
parent | b880aaf0d95a7cbd90b0778f540edb25cfed4f5c (diff) | |
download | freebsd-ports-gnome-31b5dcec1a2750b2a6faaff62af481eb5c247314.tar.gz freebsd-ports-gnome-31b5dcec1a2750b2a6faaff62af481eb5c247314.tar.zst freebsd-ports-gnome-31b5dcec1a2750b2a6faaff62af481eb5c247314.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
-rw-r--r-- | editors/morla/Makefile | 4 | ||||
-rw-r--r-- | editors/morla/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 22cc9f8d0e37..39f98bfebe1d 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -3,7 +3,7 @@ PORTNAME= morla PORTVERSION= 0.16.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gconf=auto -USES= gettext pkgconfig +USES= gettext pkgconfig libtool USE_GNOME= gconf2 libgtkhtml libxslt USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} diff --git a/editors/morla/pkg-plist b/editors/morla/pkg-plist index 34b6b86e615c..7201eea1e53d 100644 --- a/editors/morla/pkg-plist +++ b/editors/morla/pkg-plist @@ -2,7 +2,6 @@ bin/morla include/morla-module.h lib/morla/index.xml lib/morla/libmorla_test.a -lib/morla/libmorla_test.la lib/morla/libmorla_test.so man/man1/morla.1.gz share/locale/it/LC_MESSAGES/morla.mo |