diff options
author | asami <asami@FreeBSD.org> | 1998-12-29 08:15:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-29 08:15:34 +0800 |
commit | 0a4a0e0119b9792ed88882d89886a133512d9a22 (patch) | |
tree | cd0916fd035c5bdf32f7c1bbd905b6b6a9a6b36b /sysutils/xosview | |
parent | 520d1f1161ed22b0382014ddd9b72af4b88710d6 (diff) | |
download | freebsd-ports-graphics-0a4a0e0119b9792ed88882d89886a133512d9a22.tar.gz freebsd-ports-graphics-0a4a0e0119b9792ed88882d89886a133512d9a22.tar.zst freebsd-ports-graphics-0a4a0e0119b9792ed88882d89886a133512d9a22.zip |
Include bsd.port.pre.mk before using OSVERSION.
Reported by: Leif Neland <root@swimsuit.internet.dk>
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 678e99965f8..4062765fb65 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -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> |