diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-09-13 19:24:13 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-09-13 19:24:13 +0000 |
commit | 4a045efb6091e854ed5e96ac902ab336a457b321 (patch) | |
tree | be7955e52ee76f3801dcfb7e2e1f150d4ee80d18 /chat/unrealircd/Makefile | |
parent | 9e2ebddcc17a3dee58b43061b3d61cdcd7bf2fb2 (diff) | |
download | pkgsrc-4a045efb6091e854ed5e96ac902ab336a457b321.tar.gz |
PKGREVSION++ due to tre changes
Diffstat (limited to 'chat/unrealircd/Makefile')
-rw-r--r-- | chat/unrealircd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index 7cc3daefb79..fe7cab1a7ba 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2007/07/14 22:19:48 adrianp Exp $ +# $NetBSD: Makefile,v 1.21 2007/09/13 19:24:13 adrianp Exp $ DISTNAME= Unreal3.2.7 PKGNAME= unrealircd-3.2.7 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://unrealircd.icedslash.com/ \ http://www.blurryfox.com/unreal/ \ @@ -20,7 +21,7 @@ CARES_NEEDED= 1.4.0 CHECK_PORTABILITY_SKIP= update -BUILDLINK_API_DEPENDS.tre+= tre-${TRE_NEEDED} +BUILDLINK_API_DEPENDS.tre+= tre-${TRE_NEEDED}{,nb*} BUILDLINK_API_DEPENDS.libcares+= libcares-${CARES_NEEDED} .include "../../mk/bsd.prefs.mk" |