diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-21 10:55:41 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-21 10:55:41 +0000 |
commit | 5b6dcbb7f0353021968c70bf03a63f597aaf5deb (patch) | |
tree | f534a1a777b996a805a866319502aad184797086 | |
parent | - Generalize dependency on ghostscript (diff) |
Use the ports libtool to not build the static library
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=187871
-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 |