summaryrefslogtreecommitdiff
path: root/audio/cmus/Makefile
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2009-08-17 14:21:42 +0000
committerahoka <ahoka@pkgsrc.org>2009-08-17 14:21:42 +0000
commit062dfe44c393e7179a75f0940cf87c5855063fef (patch)
tree17c5fa05da232b862a51516c87e9e1eae8db615a /audio/cmus/Makefile
parent7ee6f0de0cc1bff368a9bae60138eb9e7e6717d9 (diff)
downloadpkgsrc-062dfe44c393e7179a75f0940cf87c5855063fef.tar.gz
Dont include options.mk from Makefile.common, but from Makefile.
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r--audio/cmus/Makefile5
1 files changed, 3 insertions, 2 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