diff options
author | ben <ben@pkgsrc.org> | 2004-09-22 17:38:30 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-09-22 17:38:30 +0000 |
commit | 7c57e6420072d783d17d239789c1ef270be13e52 (patch) | |
tree | 224afb01b62cd258f84975e07131c14ab69274d6 /textproc | |
parent | 28131b5e8dc821b35675f8c15c6a839d375c0c8c (diff) | |
download | pkgsrc-7c57e6420072d783d17d239789c1ef270be13e52.tar.gz |
The nbcompat library is not ready for general use in packages, remove the
libnbcompat dependency.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/helpdeco/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/helpdeco/Makefile b/textproc/helpdeco/Makefile index 7a66ff97612..45a9e504b22 100644 --- a/textproc/helpdeco/Makefile +++ b/textproc/helpdeco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/09/22 17:00:33 ben Exp $ +# $NetBSD: Makefile,v 1.13 2004/09/22 17:38:30 ben Exp $ # DISTNAME= helpdc21 @@ -41,11 +41,6 @@ MASTER_SITE_SIMTEL+= ftp://ftp.cdrom.com/pub/simtelnet/ \ CFLAGS+= -Dstrlcpy=strncpy .endif -.if !empty(LOWER_OPSYS:Mirix5*) -DEPENDS+= ../../pkgtools/libnbcompat -LDFLAGS+= -lgen -L${LOCALBASE}/lib -lnbcompat -.endif - MAKE_ENV+= CFLAGS="${CFLAGS}" post-extract: |