diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
commit | 9b44799b8a59481f1cc745e8df5837fd080b47f1 (patch) | |
tree | 48f657965e277871a2c43ebc5037b0f88b449fc2 /devel/cdialog | |
parent | 2167bc17cac48f780a5c921ef63683842f19c215 (diff) | |
download | ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.tar.gz ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.zip |
- Get rid FreeBSD 6.x support
Notes
Notes:
svn path=/head/; revision=285199
Diffstat (limited to 'devel/cdialog')
-rw-r--r-- | devel/cdialog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index bd4b3f2e7ae3..b6b3afcaec6d 100644 --- a/devel/cdialog/Makefile +++ b/devel/cdialog/Makefile @@ -41,7 +41,7 @@ post-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106) +.if ${OSVERSION} > 700032 CONFIGURE_ARGS+= --with-ncursesw --enable-widec .else CONFIGURE_ARGS+= --with-ncurses |