diff options
author | garga <garga@FreeBSD.org> | 2007-02-03 21:18:30 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-02-03 21:18:30 +0800 |
commit | d2334e67ae8d5c737742208f0aa7549ebf9ffc53 (patch) | |
tree | 9e46975c4a2555bed756c1a1575e1109833d87f7 /devel/libslang | |
parent | 793770eab6d065389d719b7b1f8e703d5944c3c0 (diff) | |
download | freebsd-ports-gnome-d2334e67ae8d5c737742208f0aa7549ebf9ffc53.tar.gz freebsd-ports-gnome-d2334e67ae8d5c737742208f0aa7549ebf9ffc53.tar.zst freebsd-ports-gnome-d2334e67ae8d5c737742208f0aa7549ebf9ffc53.zip |
- Remove 4.x support on my ports
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 84f5b3210fae..1b326a669892 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -34,10 +34,6 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if defined(WITH_UTF8) -. if ${OSVERSION} < 500000 -IGNORE= UTF8 support doesn't work on FreeBSD < 5.x -. endif - PATCH_SITES+= http://www.emaillab.org/mutt/tools/ PATCHFILES+= slang-1.4.8-utf8.diff.gz PATCH_DIST_STRIP+= -p1 |