diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /x11-toolkits/qtpixmap | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'x11-toolkits/qtpixmap')
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index 699674a6b2ba..d80b905e3462 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -6,7 +6,7 @@ PORTNAME= qtpixmap PORTVERSION= 0.28 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= http://www.cpdrummond.freeuk.com/ DISTNAME= QtPixmap-${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/7043-//} .if !defined(WITHOUT_GTK1) diff --git a/x11-toolkits/qtpixmap/pkg-plist b/x11-toolkits/qtpixmap/pkg-plist index 1c9c885dc9ac..56d180510b38 100644 --- a/x11-toolkits/qtpixmap/pkg-plist +++ b/x11-toolkits/qtpixmap/pkg-plist @@ -1,2 +1,4 @@ +%%GTK1%%lib/gtk/themes/engines/libqtpixmap.la %%GTK1%%lib/gtk/themes/engines/libqtpixmap.so +lib/gtk-2.0/2.4.0/engines/libqtpixmap.la lib/gtk-2.0/2.4.0/engines/libqtpixmap.so |