diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-20 03:47:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-20 03:47:05 +0000 |
commit | 9f84fdeadaa9c5f2ad5815ffde71a8faf3ad5496 (patch) | |
tree | 29b2755685600f8a2fe7bacafaf9034cc04dcb73 | |
parent | 2f4e51181cfd846d14436445ee6093869fffb971 (diff) | |
download | pkgsrc-9f84fdeadaa9c5f2ad5815ffde71a8faf3ad5496.tar.gz |
Remove inclusion of libgetopt/buildlink.mk. If the base system doesn't
supply a getopt_long function, then esound provides its own.
-rw-r--r-- | audio/esound/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 2a327a2c41d..dc1bf32ce81 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/06/29 04:54:49 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2001/08/20 03:47:05 jlam Exp $ DISTNAME= esound-0.2.22 CATEGORIES= audio @@ -16,5 +16,4 @@ USE_BUILDLINK_ONLY= YES REPLACE_BUILDLINK= esd-config .include "../../audio/libaudiofile/buildlink.mk" -.include "../../devel/libgetopt/buildlink.mk" .include "../../mk/bsd.pkg.mk" |