diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 03:58:24 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 03:58:24 +0000 |
commit | 4209bb71977829b62066e798e060774ed78ce7ff (patch) | |
tree | c4d6939a1d18781a4f393bc2c7e8de7e2c88ea55 /x11-themes/thinice | |
parent | ec3d69f93586f4bbdef5685cabcfa09198308fa1 (diff) | |
download | FreeBSD-ports-4209bb71977829b62066e798e060774ed78ce7ff.zip FreeBSD-ports-4209bb71977829b62066e798e060774ed78ce7ff.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42309
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-themes/thinice')
-rw-r--r-- | x11-themes/thinice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/thinice/Makefile b/x11-themes/thinice/Makefile index b389004..b0f6e39 100644 --- a/x11-themes/thinice/Makefile +++ b/x11-themes/thinice/Makefile @@ -19,7 +19,8 @@ MAINTAINER= sobomax@FreeBSD.org WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-theme-${PORTVERSION} USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes .include <bsd.port.mk> |