diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-16 03:15:42 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-16 03:15:42 +0800 |
commit | 2a01d7633c6c28b5f050de470056cf0028538aa5 (patch) | |
tree | 096f288547892d6e19e03f24080a2856a5850062 /editors/cooledit | |
parent | 9350341e45aa74ca1146d687f79abaed9b70d8de (diff) | |
download | freebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.tar.gz freebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.tar.zst freebsd-ports-gnome-2a01d7633c6c28b5f050de470056cf0028538aa5.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 05df03a57b6d..0b7d96c9ba68 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -29,12 +29,7 @@ MAN1= cooledit.1 coolman.1 smalledit.1 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 CFLAGS+= -DHAVE_MBRTOWC -.endif .if defined(WITH_NEXT_LOOK) CONFIGURE_ARGS+= --enable-NeXT-look @@ -43,4 +38,4 @@ CONFIGURE_ARGS+= --enable-NeXT-look post-patch: @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |