diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-27 17:06:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-27 17:06:26 +0800 |
commit | 443bb5189fb2d3953c057cd2a62732b19669ccf2 (patch) | |
tree | 1db754d4933d27c0fd26a1383615c9a0be25d12c /x11-themes/ubuntulooks | |
parent | f30ae14cb290d5278a66672e16140e4eed4d8a29 (diff) | |
download | freebsd-ports-gnome-443bb5189fb2d3953c057cd2a62732b19669ccf2.tar.gz freebsd-ports-gnome-443bb5189fb2d3953c057cd2a62732b19669ccf2.tar.zst freebsd-ports-gnome-443bb5189fb2d3953c057cd2a62732b19669ccf2.zip |
- Switch to USES
- Stage support
Diffstat (limited to 'x11-themes/ubuntulooks')
-rw-r--r-- | x11-themes/ubuntulooks/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile index bc426d163c16..94cf8a254449 100644 --- a/x11-themes/ubuntulooks/Makefile +++ b/x11-themes/ubuntulooks/Makefile @@ -15,10 +15,8 @@ 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 +USES= pkgconfig gmake USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes .include <bsd.port.mk> |