diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:59:42 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:59:42 +0800 |
commit | 0e0054a0c3c3e3a588b37217c26a9d91a861d8f5 (patch) | |
tree | 8b255e38abf76a393e5ecad45cba5e843b027f74 /irc/lostirc | |
parent | 316e7830634124c1e810d4232c7825d57ccfbb64 (diff) | |
download | freebsd-ports-gnome-0e0054a0c3c3e3a588b37217c26a9d91a861d8f5.tar.gz freebsd-ports-gnome-0e0054a0c3c3e3a588b37217c26a9d91a861d8f5.tar.zst freebsd-ports-gnome-0e0054a0c3c3e3a588b37217c26a9d91a861d8f5.zip |
Deploy USE_GNOMENG infrastructure
PR: 42204
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'irc/lostirc')
-rw-r--r-- | irc/lostirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index a5c7c0325753..61ba660ea602 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \ sigc:${PORTSDIR}/devel/libsigc++ USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes MAN1= lostirc.1 |