diff options
author | tron <tron@pkgsrc.org> | 2005-06-06 11:43:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-06-06 11:43:50 +0000 |
commit | fb1545c377803aca06f62756ac84a166b4a27440 (patch) | |
tree | c6c1e61ec01755176d024a28d5f04791f0140fb1 /chat | |
parent | 4456ec3190f95799a4986ea8ba57bc01bc76f62d (diff) | |
download | pkgsrc-fb1545c377803aca06f62756ac84a166b4a27440.tar.gz |
Fix oversight in last commit.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile.common | 4 | ||||
-rw-r--r-- | chat/xchat/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index b3f29cb656a..38086269264 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2005/06/06 11:35:39 tron Exp $ +# $NetBSD: Makefile.common,v 1.41 2005/06/06 11:43:50 tron Exp $ # # Please do not merge this file into "Makefile" because it is used by # packages in "pkgsrc-wip". @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER?= minskim@NetBSD.org HOMEPAGE= http://www.xchat.org/ -DISTINFO_FILE= ${.CURDIR}/../../chat/xchat2/distinfo +DISTINFO_FILE= ${.CURDIR}/../../chat/xchat/distinfo GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk index 0278ba349a3..150a7ba9b19 100644 --- a/chat/xchat/options.mk +++ b/chat/xchat/options.mk @@ -1,6 +1,6 @@ -# $NetBSD: options.mk,v 1.2 2005/06/06 11:35:39 tron Exp $ +# $NetBSD: options.mk,v 1.3 2005/06/06 11:43:50 tron Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.xchat2 +PKG_OPTIONS_VAR= PKG_OPTIONS.xchat PKG_SUPPORTED_OPTIONS= inet6 ssl socks5 PKG_SUGGESTED_OPTIONS= ssl PKG_OPTIONS_LEGACY_OPTS+= socks:socks5 |