diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:50:21 +0800 |
commit | ca43e8bb1d83a2d25be74246732c70d4a6dc9975 (patch) | |
tree | 13a4099154c016d7a6fa1231f0945884771f424f /x11-themes | |
parent | 3ca0120f58f6083a9c8b1a2e526a3079db6132b3 (diff) | |
download | freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.gz freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.tar.zst freebsd-ports-gnome-ca43e8bb1d83a2d25be74246732c70d4a6dc9975.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/ubuntulooks/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile index c974e6a860d0..1496167012b3 100644 --- a/x11-themes/ubuntulooks/Makefile +++ b/x11-themes/ubuntulooks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ubuntulooks -# Date created: 2006-04-09 -# Whom: Phillip Neumann <pneumann@gmail.com> -# +# Created by: Phillip Neumann <pneumann@gmail.com> # $FreeBSD$ -# PORTNAME= ubuntulooks PORTVERSION= 0.9.12 @@ -19,6 +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 USE_GMAKE= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |