diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | d095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch) | |
tree | ca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/p4api/Makefile | |
parent | c0a7a1f97264b914fa27603f8433b87b38b15f14 (diff) |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225293
Diffstat (limited to 'devel/p4api/Makefile')
-rw-r--r-- | devel/p4api/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/p4api/Makefile b/devel/p4api/Makefile index 82bd5bb5373e..da1b39baa33e 100644 --- a/devel/p4api/Makefile +++ b/devel/p4api/Makefile @@ -22,6 +22,7 @@ COMMENT= Perforce API (static libraries and header files) NO_BUILD= yes WRKSRC= ${WRKDIR}/p4api-2008.1.158777 +PLATFORM= freebsd60 VERSION= 08.1 .include <bsd.port.pre.mk> @@ -36,12 +37,6 @@ IGNORE= "Unsupported platform, sorry." TAR_FILES= p4api.tgz -.if ${OSVERSION} >= 600034 -PLATFORM= freebsd60 -.else -PLATFORM= freebsd54 -.endif - DOCVER= ${VERSION:S/.//} do-install: |