diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-11 05:37:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-11 05:37:39 +0000 |
commit | dbc8aa6cc1cb1abadce30cfe133c7a5c2ed2f34b (patch) | |
tree | deebef625a152490a0bbcb7e5602d05a59b1c010 /textproc/sgmlformat | |
parent | c2e32ac36f406a78d4fb097baacb7fd65c4817d8 (diff) | |
download | ports-dbc8aa6cc1cb1abadce30cfe133c7a5c2ed2f34b.tar.gz ports-dbc8aa6cc1cb1abadce30cfe133c7a5c2ed2f34b.zip |
Notes
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index 4278f83db8b6..ea5b4a10ec02 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -3,7 +3,7 @@ # Date created: July 16, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.10 1998/09/15 21:18:06 jfieber Exp $ +# $Id: Makefile,v 1.11 1998/10/20 02:02:07 steve Exp $ # DISTNAME= sgmlformat-1.7 @@ -15,7 +15,9 @@ MAINTAINER= jfieber@FreeBSD.ORG # There are two ports that satisfy the nsgmls requirement. # Jade is preferred, but it currently doesn't compile on 2.1.x # system, so use sp in that case. -OSVERSION!= sysctl -n kern.osreldate + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 220000 RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/sp .else @@ -34,4 +36,4 @@ MANCOMPRESSED= yes post-install: @${CAT} ${PKGDIR}/MESSAGE -.include <bsd.port.mk> +.include <bsd.port.post.mk> |