diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-27 09:36:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-27 09:36:47 +0000 |
commit | 0aaf0ff9d5a89a25469f20f29b1416fa3523cc98 (patch) | |
tree | 4f2b53426cea78ed4c9908dd95a5e2a55fabb309 | |
parent | 7fea7a2409605c60eb253d868d8475f5afbdf379 (diff) | |
download | freebsd-ports-0aaf0ff9d5a89a25469f20f29b1416fa3523cc98.zip |
- Stage support
- switch to USES
-rw-r--r-- | x11-themes/gtk-flat-theme2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gtk-flat-theme2/Makefile b/x11-themes/gtk-flat-theme2/Makefile index 4ac932562475..371e61acb572 100644 --- a/x11-themes/gtk-flat-theme2/Makefile +++ b/x11-themes/gtk-flat-theme2/Makefile @@ -15,10 +15,9 @@ COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0 WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0 GNU_CONFIGURE= yes -USES= gmake pkgconfig -USE_GNOME= gnomehack gtk20 +USES= gmake pkgconfig pathfix +USE_GNOME= gtk20 -NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: |