summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-20 03:47:05 +0000
committerjlam <jlam>2001-08-20 03:47:05 +0000
commit02cf7a48a6156f1c788f6ad5b296915afc7925a6 (patch)
tree29b2755685600f8a2fe7bacafaf9034cc04dcb73 /audio
parent4f1fe5afb333c3f6a1122b2d9e01ecd86f05f190 (diff)
downloadpkgsrc-02cf7a48a6156f1c788f6ad5b296915afc7925a6.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')
-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"