diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:21:15 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:21:15 +0800 |
commit | ab07205585510f9ab1afacd065df4921429d2ea3 (patch) | |
tree | b6476797ef5b0f5d473e13626decb56088b55093 /deskutils/ithought | |
parent | 78fd1812bcdaa49f5eefd4a687c1a5918b33f44b (diff) | |
download | freebsd-ports-gnome-ab07205585510f9ab1afacd065df4921429d2ea3.tar.gz freebsd-ports-gnome-ab07205585510f9ab1afacd065df4921429d2ea3.tar.zst freebsd-ports-gnome-ab07205585510f9ab1afacd065df4921429d2ea3.zip |
Deploy USE_GNOMENG infrastructure
PR: 42194
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'deskutils/ithought')
-rw-r--r-- | deskutils/ithought/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile index 311d0fc8d605..af6d0444bb5b 100644 --- a/deskutils/ithought/Makefile +++ b/deskutils/ithought/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/libexec -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 post-patch: @${PERL} -i.orig -p \ |