diff options
author | agc <agc@pkgsrc.org> | 2003-06-24 11:15:52 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-06-24 11:15:52 +0000 |
commit | 9d09cbaa8a356d0ffbd622a35f8d5fd001a39f65 (patch) | |
tree | 950fd76f0c0b4c48a1a022396243149bddc1761b /sysutils | |
parent | 307af4af10edf3cf1598e593ec6cdc7ef53e89c1 (diff) | |
download | pkgsrc-9d09cbaa8a356d0ffbd622a35f8d5fd001a39f65.tar.gz |
Use buildlink2 for this package.
Diffstat (limited to 'sysutils')
-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" |