diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /audio/mous | |
parent | update lang/sbcl to 1.1.7, and adjust dependent ports (diff) |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Notes
Notes:
svn path=/head/; revision=317525
Diffstat (limited to 'audio/mous')
-rw-r--r-- | audio/mous/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/mous/Makefile b/audio/mous/Makefile index 38b9fd1d2bc4..6771fb21599d 100644 --- a/audio/mous/Makefile +++ b/audio/mous/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mous -# Date created: 15 Jan 2012 -# Whom: Yanhui Shen <shen.elf@gmail.com> -# +# Created by: Yanhui Shen <shen.elf@gmail.com> # $FreeBSD$ -# PORTNAME= mous PORTVERSION= 1.1a @@ -42,10 +38,6 @@ PKGMESSAGE= ${WRKSRC}/pkg-message .include <bsd.port.options.mk> -.if ${OSVERSION} < 800067 -BROKEN= Does not compile on 7.x: Requires wcscasecmp(3) -.endif - .if ${PORT_OPTIONS:MSDK} CMAKE_ARGS+= -DWithHeadFiles=1 PLIST_SUB+= SDK="" @@ -62,7 +54,7 @@ CMAKE_ARGS+= -DWithAssembly=0 .endif .if ${PORT_OPTIONS:MNCURSES} -USE_NCURSES= yes +USES+= ncurses CMAKE_ARGS+= -DWithFrontendNcurses=1 PLIST_SUB+= NCURSES="" .else |