diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-02 01:23:48 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-02 01:23:48 +0800 |
commit | fc9156b499ec0a72580c722f02b06849d503b2fb (patch) | |
tree | 009365cd5840e79249132d226774c4783c93f075 | |
parent | 1bd45eed5080f0aa14498a03202fe5df82c8d854 (diff) | |
download | freebsd-ports-gnome-fc9156b499ec0a72580c722f02b06849d503b2fb.tar.gz freebsd-ports-gnome-fc9156b499ec0a72580c722f02b06849d503b2fb.tar.zst freebsd-ports-gnome-fc9156b499ec0a72580c722f02b06849d503b2fb.zip |
Add USES=libtool
-rw-r--r-- | x11-themes/ubuntulooks/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/ubuntulooks/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile index 94cf8a254449..653b2f5731c6 100644 --- a/x11-themes/ubuntulooks/Makefile +++ b/x11-themes/ubuntulooks/Makefile @@ -3,7 +3,7 @@ PORTNAME= ubuntulooks PORTVERSION= 0.9.12 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-themes MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-t RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 GNU_CONFIGURE= yes -USES= pkgconfig gmake +USES= gmake libtool pkgconfig USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/x11-themes/ubuntulooks/pkg-plist b/x11-themes/ubuntulooks/pkg-plist index 39077b01b384..5ecb544d85f5 100644 --- a/x11-themes/ubuntulooks/pkg-plist +++ b/x11-themes/ubuntulooks/pkg-plist @@ -1,6 +1,4 @@ lib/gtk-2.0/%%GTK2_VERSION%%/engines/libubuntulooks.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libubuntulooks.la share/themes/Human/gtk-2.0/gtkrc @dirrm share/themes/Human/gtk-2.0 @dirrm share/themes/Human -@dirrmtry share/themes |