diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 22:14:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 22:14:54 +0000 |
commit | c314c14507737e20181d542a197ae517a94f95f7 (patch) | |
tree | 876260f95d2d5695f07a6aaebfa712f01217df08 /audio/rexima | |
parent | 7c317dd22a6c649dd38a34702d8c8fa7a5c4a596 (diff) |
Notes
Diffstat (limited to 'audio/rexima')
-rw-r--r-- | audio/rexima/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/rexima/Makefile b/audio/rexima/Makefile index 7c7beb3181c4..ea4e99ae8d1a 100644 --- a/audio/rexima/Makefile +++ b/audio/rexima/Makefile @@ -14,13 +14,7 @@ MASTER_SITE_SUBDIR= apps/sound/mixers MAINTAINER= jerry@freebsd.se COMMENT= A ncurses-based console mixer -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif - -MAN1= rexima.1 +MAN1= rexima.1 PLIST_FILES= bin/rexima -.include <bsd.port.post.mk> +.include <bsd.port.mk> |