aboutsummaryrefslogtreecommitdiff
path: root/sysutils/LPRng
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-16 01:31:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-16 01:31:58 +0000
commitefd3830f38faa0eca31dabfbd2ce708b6c45263a (patch)
tree21a9b604b8e8633c1a971091f247a7384581af5e /sysutils/LPRng
parentee35d188a209aa8ccacf3f483fb7c0bd1d5e84c2 (diff)
downloadports-efd3830f38faa0eca31dabfbd2ce708b6c45263a.tar.gz
ports-efd3830f38faa0eca31dabfbd2ce708b6c45263a.zip
Notes
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r--sysutils/LPRng/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile
index c981c0dcbe70..9195d847c578 100644
--- a/sysutils/LPRng/Makefile
+++ b/sysutils/LPRng/Makefile
@@ -48,6 +48,12 @@ MAN1= lpf.1 psbanner.1 lp.1 cancel.1 lprng_certs.1 lprng_index_certs.1 \
MAN5= printcap.5 lpd.conf.5 lpd.perms.5
MAN8= lpc.8 checkpc.8 lpd.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-everything::
@${ECHO_MSG} "If you want to replace the default printing system with LPRng, use:"
@${ECHO_MSG} " make PREFIX=/usr SYSCONFDIR=/etc clean all install"
@@ -71,4 +77,4 @@ post-install:
.endif
@${SED} -e "s!DOCSDIR!${DOCSDIR}/!" ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>