diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
commit | 460836ff23b6dcedf0492f75495022dc42f6eb99 (patch) | |
tree | 5c97de462ec70569d72e34d640782d1b9348d6de /games/latrine | |
parent | fbbcbe4a59e1074c58bbdabf056cd9c13db27392 (diff) | |
download | freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.gz freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.zst freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'games/latrine')
-rw-r--r-- | games/latrine/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/latrine/Makefile b/games/latrine/Makefile index 3360f1043c27..6dc2bf42998b 100644 --- a/games/latrine/Makefile +++ b/games/latrine/Makefile @@ -23,10 +23,6 @@ MAN1= latrine.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -IGNORE= needs libcursesw which doesnt work on this OSVERSION -.endif - .if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses .endif |