mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
${OSREL} -> ${OSVERSION} checks to give the port a chance on 2.2.x
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
This commit is contained in:
parent
af864963f9
commit
50ac357929
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20642
@ -3,7 +3,7 @@
|
||||
# Date created: 30 July 1999
|
||||
# Whom: Davec <davec@unforgettable.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1999/08/03 05:34:55 cpiazza Exp $
|
||||
# $Id: Makefile,v 1.3 1999/08/03 06:46:22 cpiazza Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CodeCrusader-2.1.3
|
||||
@ -59,7 +59,7 @@ post-patch:
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSREL} >= 3
|
||||
.if ${OSVERSION} >= 300000
|
||||
ALL_TARGET= freebsd3.x
|
||||
LIBACE= 4
|
||||
LIBJTOOL= 0
|
||||
|
Loading…
Reference in New Issue
Block a user