diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 07:00:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 07:00:29 +0800 |
commit | 76a76c8949da4f34972c8ef5eb83d13c8027ab82 (patch) | |
tree | da20b2bba5ac307196ccb9dbc0414496c6be6453 /editors/biew | |
parent | b9202ea74e3c3a9e41aa922d5450d24b656bea33 (diff) | |
download | freebsd-ports-gnome-76a76c8949da4f34972c8ef5eb83d13c8027ab82.tar.gz freebsd-ports-gnome-76a76c8949da4f34972c8ef5eb83d13c8027ab82.tar.zst freebsd-ports-gnome-76a76c8949da4f34972c8ef5eb83d13c8027ab82.zip |
Remove support for OSVERSION < 5
Diffstat (limited to 'editors/biew')
-rw-r--r-- | editors/biew/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 8a31b48be1b9..1344f9e80b86 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -34,12 +34,6 @@ PLIST_DIRS= share/biew .include <bsd.port.pre.mk> -.if ${OSVERSION} < 400010 -LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses -HOST_CFLAGS+= -D__FreeBSD_version=${OSVERSION} -I${LOCALBASE}/include -HOST_LD+= -L${LOCALBASE}/lib -.endif - OST_CFLAGS= ${CFLAGS} -DPREFIX="\'\"${PREFIX}\"\'" MAKEFILE= makefile |