diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2006-10-23 21:49:31 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2006-10-23 21:49:31 +0000 |
commit | cf39e0030e9624706971f9ba10e87f9f0ad15a92 (patch) | |
tree | 6060a3c8bee710a4556449df8573437f0075daed /chat/psi/Makefile | |
parent | e05726bde0dace0439dad29ef5271b3d37bf8925 (diff) | |
download | pkgsrc-cf39e0030e9624706971f9ba10e87f9f0ad15a92.tar.gz |
adjust include paths to avoid header conflict with net/socks5 package
fixes PR pkg/33022 by Steven M. Bellovin
Diffstat (limited to 'chat/psi/Makefile')
-rw-r--r-- | chat/psi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index eeb1ea92c96..9d226da898c 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2006/10/04 20:50:47 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2006/10/23 21:49:31 jdolecek Exp $ PSI_VERSION= 0.10 DISTNAME= psi-${PSI_VERSION} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.bz2 |