diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 13:59:42 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 13:59:42 +0000 |
commit | 0e0054a0c3c3e3a588b37217c26a9d91a861d8f5 (patch) | |
tree | 8b255e38abf76a393e5ecad45cba5e843b027f74 /irc | |
parent | 316e7830634124c1e810d4232c7825d57ccfbb64 (diff) | |
download | FreeBSD-ports-0e0054a0c3c3e3a588b37217c26a9d91a861d8f5.zip FreeBSD-ports-0e0054a0c3c3e3a588b37217c26a9d91a861d8f5.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42204
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/lostirc/Makefile | 3 | ||||
-rw-r--r-- | irc/olirc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index a5c7c03..61ba660 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 diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile index 02b7811..5000a2c 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: |