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/olirc | |
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/olirc')
-rw-r--r-- | irc/olirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile index 02b78112cbf3..5000a2c2b16e 100644 --- a/irc/olirc/Makefile +++ b/irc/olirc/Makefile @@ -15,7 +15,8 @@ MAINTAINER= nox@jelal.kn-bremen.de USE_BZIP2= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes do-install: |