summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorahoka <ahoka>2009-08-17 14:21:42 +0000
committerahoka <ahoka>2009-08-17 14:21:42 +0000
commit5d7f96e8d2519eb790d63ebe954b8ad985efa3df (patch)
tree17c5fa05da232b862a51516c87e9e1eae8db615a /audio
parentb7213871c66d44e0aeca2f1d1fe7fa85375c97a2 (diff)
downloadpkgsrc-5d7f96e8d2519eb790d63ebe954b8ad985efa3df.tar.gz
Dont include options.mk from Makefile.common, but from Makefile.
Diffstat (limited to 'audio')
-rw-r--r--audio/cmus/Makefile5
-rw-r--r--audio/cmus/Makefile.common5
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index bb7a7af4bb3..3a6c933ecd5 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/06/07 12:31:43 ahoka Exp $
+# $NetBSD: Makefile,v 1.19 2009/08/17 14:21:42 ahoka Exp $
#
DISTNAME= cmus-2.2.0
@@ -13,4 +13,5 @@ COMMENT= Cmus is a curses based music player with a lot of features
CONFLICTS+= cmus-unofficial-[0-9]*
-.include "../cmus/Makefile.common"
+.include "options.mk"
+.include "../cmus/Makefile.common" \ No newline at end of file
diff --git a/audio/cmus/Makefile.common b/audio/cmus/Makefile.common
index 9128feb9751..4e3112adecb 100644
--- a/audio/cmus/Makefile.common
+++ b/audio/cmus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2009/06/07 12:31:43 ahoka Exp $
+# $NetBSD: Makefile.common,v 1.2 2009/08/17 14:21:42 ahoka Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -27,8 +27,7 @@ PLIST.sunaudio= yes
CONFIGURE_ARGS+= CONFIG_SUN=n
.endif
-.include "../cmus/options.mk"
-
.include "../../mk/dlopen.buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+