summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-20 03:47:05 +0000
committerjlam <jlam@pkgsrc.org>2001-08-20 03:47:05 +0000
commit9f84fdeadaa9c5f2ad5815ffde71a8faf3ad5496 (patch)
tree29b2755685600f8a2fe7bacafaf9034cc04dcb73 /audio/esound
parent2f4e51181cfd846d14436445ee6093869fffb971 (diff)
downloadpkgsrc-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.
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/Makefile3
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"