diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:21:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:21:15 +0000 |
commit | 279554ac5231ccabde4823d442a60b61be0c81ca (patch) | |
tree | 80b24a417deac6e1bc924a7d34cd355922cba7fe /deskutils/ithought | |
parent | 33df6e8f21184964bc9b6cf4dd1475f4a001dc9d (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42194
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65302
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 \ |