diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:50:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:50:21 +0000 |
commit | 14d01e3e90df790832b93dbd69adcc589d88cdaa (patch) | |
tree | 13a4099154c016d7a6fa1231f0945884771f424f /x11-themes | |
parent | a2e204f7095d3d7e59283c1ede1c33e782e832cd (diff) | |
download | ports-14d01e3e90df790832b93dbd69adcc589d88cdaa.tar.gz ports-14d01e3e90df790832b93dbd69adcc589d88cdaa.zip |
Notes
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} |