diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 14:50:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 14:50:04 +0800 |
commit | d760e0ba3d60c6c9f4e39397947bd3b967a50e4e (patch) | |
tree | fb488ead1c385981507f458b50c8fa43f88ee82d /irc/bitchx | |
parent | 3c9230dd9200bba4f53033531e7e3b79b97b75ee (diff) | |
download | freebsd-ports-gnome-d760e0ba3d60c6c9f4e39397947bd3b967a50e4e.tar.gz freebsd-ports-gnome-d760e0ba3d60c6c9f4e39397947bd3b967a50e4e.tar.zst freebsd-ports-gnome-d760e0ba3d60c6c9f4e39397947bd3b967a50e4e.zip |
Add WANT_GNOME to fix make index.
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 59ed070abba7..a08d29f49a8b 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/BitchX USE_PERL5= yes USE_REINPLACE= yes GNU_CONFIGURE= yes +WANT_GNOME= yes USE_GMAKE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \ |