1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Include bsd.port.pre.mk before using OSVERSION.

Reported by:	Leif Neland <root@swimsuit.internet.dk>
This commit is contained in:
Satoshi Asami 1998-12-29 00:15:34 +00:00
parent c0a53ae786
commit 9e9d3b0ee3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15696

View File

@ -3,7 +3,7 @@
# Date created: 19 Nov 1997
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.9 1998/11/21 07:27:41 steve Exp $
# $Id: Makefile,v 1.10 1998/12/27 08:28:01 obrien Exp $
#
DISTNAME= xosview-1.6.1.a
@ -18,8 +18,10 @@ USE_X_PREFIX= yes
HAS_CONFIGURE= yes
MAN1= xosview.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 300006
BROKEN= "DK_NDRIVE undefined"
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>