diff options
author | arved <arved@FreeBSD.org> | 2007-03-21 18:55:41 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-03-21 18:55:41 +0800 |
commit | 0c27b803dd152395728ac4fd08e13023050bb755 (patch) | |
tree | 22120627b02301c4e81af1002a29f81c40bcf98e /x11-toolkits | |
parent | e79d763ecd1da3ee4075a2b0c01e0d5f1ba3d7be (diff) | |
download | freebsd-ports-gnome-0c27b803dd152395728ac4fd08e13023050bb755.tar.gz freebsd-ports-gnome-0c27b803dd152395728ac4fd08e13023050bb755.tar.zst freebsd-ports-gnome-0c27b803dd152395728ac4fd08e13023050bb755.zip |
Use the ports libtool to not build the static library
Reported by: pointyhat via pav
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index efec92783c67..9fb1922c3710 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -19,7 +19,6 @@ COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt USE_GNOME= gtk20 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} -USE_AUTOTOOLS= libtool:15 .if defined(WITH_GTK1) USE_GNOME+= gtk12 imlib |