diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-19 15:55:35 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-19 15:55:35 +0800 |
commit | 4f6aab4d6739b35a0c96f51fbe7a6da7d8b4c5b1 (patch) | |
tree | 8518fc53fe908c5dfd33d76921c7a7430bb2ea97 | |
parent | 977ae6adc977d6b155283f105dcee96545709a1f (diff) | |
download | freebsd-ports-gnome-4f6aab4d6739b35a0c96f51fbe7a6da7d8b4c5b1.tar.gz freebsd-ports-gnome-4f6aab4d6739b35a0c96f51fbe7a6da7d8b4c5b1.tar.zst freebsd-ports-gnome-4f6aab4d6739b35a0c96f51fbe7a6da7d8b4c5b1.zip |
Remove 4.x support.
PR: ports/111825
Submitted by: Marcelo Araujo
Approved by: maintainer
-rw-r--r-- | security/lockdown/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile index 91698d30c3c1..e73dc505cb13 100644 --- a/security/lockdown/Makefile +++ b/security/lockdown/Makefile @@ -18,15 +18,11 @@ MAN1= editfile.1 editfstab.1 editkernel.1 editlogin.1 editttys.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.x" -.endif - .if ${ARCH} == amd64 CFLAGS+= -fPIC .endif -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/lockdown |