diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:27:53 +0000 |
commit | 9880c1a3788c97424f73d86aba7a5c511e2d47b4 (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /x11-themes | |
parent | c4a998e8d3a89178ee4515e49e7371f2bb7bd893 (diff) | |
download | ports-9880c1a3788c97424f73d86aba7a5c511e2d47b4.tar.gz ports-9880c1a3788c97424f73d86aba7a5c511e2d47b4.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-flat-theme2/Makefile | 8 | ||||
-rw-r--r-- | x11-themes/gtk-nodoka-engine/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/nimbus/Makefile | 8 |
3 files changed, 5 insertions, 13 deletions
diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile index 60ed2026138b..0bd9af795392 100644 --- a/x11-themes/gtk-flat-theme2/Makefile +++ b/x11-themes/gtk-flat-theme2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-flat-theme2 -# Date Created: 14 March 2003 -# Whom: Philip Paeps <philip@paeps.cx> -# +# Created by: Philip Paeps <philip@paeps.cx> # $FreeBSD$ -# PORTNAME= gtk-flat-theme2 PORTVERSION= 0.1 @@ -19,7 +15,7 @@ COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0 WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gtk20 .include <bsd.port.pre.mk> diff --git a/x11-themes/gtk-nodoka-engine/Makefile b/x11-themes/gtk-nodoka-engine/Makefile index 7dee0bf79875..e662d6534a7a 100644 --- a/x11-themes/gtk-nodoka-engine/Makefile +++ b/x11-themes/gtk-nodoka-engine/Makefile @@ -15,7 +15,7 @@ ANIMATION_DESC= Animation support ANIMATIONTOLEFT_DESC= Animation from right to left GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes diff --git a/x11-themes/nimbus/Makefile b/x11-themes/nimbus/Makefile index 5f30d0c0d1f1..26d1dbad5018 100644 --- a/x11-themes/nimbus/Makefile +++ b/x11-themes/nimbus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nimbus -# Date created: 2011-04-07 -# Whom: Karsten Pedersen <kpedersen@opencde.org> -# +# Created by: Karsten Pedersen <kpedersen@opencde.org> # $FreeBSD$ -# PORTNAME= nimbus PORTVERSION= 0.1.7 @@ -21,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gtk-demo:${PORTSDIR}/x11-toolkits/gtk20 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_GNOME= gtk20 |