diff options
Diffstat (limited to 'sysutils/shmux/Makefile')
-rw-r--r-- | sysutils/shmux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/shmux/Makefile b/sysutils/shmux/Makefile index 0b2e36ddd3b..e9ab90ae0ab 100644 --- a/sysutils/shmux/Makefile +++ b/sysutils/shmux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/06/24 00:32:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/24 11:15:52 agc Exp $ DISTNAME= shmux-0.10a CATEGORIES= sysutils @@ -9,9 +9,9 @@ MAINTAINER= shmux@taranis.org HOMEPAGE= http://web.taranis.org/shmux/ COMMENT= Shell Multiplexor -DEPENDS+= pcre-[0-9]*:../../devel/pcre - +USE_BUILDLINK2= yes GNU_CONFIGURE= yes ALL_TARGET= shmux +.include "../../devel/pcre/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |