diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 2a8116629fbb51c0b6a7a02125828e71479a08be (patch) | |
tree | b9d00a96d9965a4af62f13b8159dc00d5216388f /converters/kdesupport11 | |
parent | 4bf3ca31ea08ba708c33ef3dbc6b228c30a59293 (diff) | |
download | FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.zip FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.tar.gz |
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
Diffstat (limited to 'converters/kdesupport11')
-rw-r--r-- | converters/kdesupport11/Makefile | 4 | ||||
-rw-r--r-- | converters/kdesupport11/pkg-plist | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile index 1a4c6ce..a49a64a 100644 --- a/converters/kdesupport11/Makefile +++ b/converters/kdesupport11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.21 1999/05/03 22:28:34 se Exp $ +# $Id: Makefile,v 1.22 1999/05/10 22:59:31 asami Exp $ # DISTNAME= kdesupport-1.1.1 @@ -16,7 +16,7 @@ MAINTAINER= se@freebsd.org USE_BZIP2= yes USE_QT= yes -HAS_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ "--without-libjpeg" \ "--without-libgif" \ diff --git a/converters/kdesupport11/pkg-plist b/converters/kdesupport11/pkg-plist index 17fa89e..a8860a5 100644 --- a/converters/kdesupport11/pkg-plist +++ b/converters/kdesupport11/pkg-plist @@ -45,16 +45,12 @@ include/rdb/hash.h include/rdb/rdb.h include/rdb/uint32.h lib/libQwSpriteField.a -lib/libQwSpriteField.la lib/libQwSpriteField.so.6 lib/libjs.a -lib/libjs.la lib/libjs.so.2 lib/libmimelib.a -lib/libmimelib.la lib/libmimelib.so.1 lib/librdb.a -lib/librdb.la lib/librdb.so.55 @exec ln -sf libQwSpriteField.so.6 %D/lib/libQwSpriteField.so @exec ln -sf libjs.so.2 %D/lib/libjs.so |