diff options
Diffstat (limited to 'print/mp/Makefile')
-rw-r--r-- | print/mp/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/print/mp/Makefile b/print/mp/Makefile index 20e9a001b14..2526e781977 100644 --- a/print/mp/Makefile +++ b/print/mp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/08 13:45:42 asau Exp $ +# $NetBSD: Makefile,v 1.19 2016/02/25 17:52:45 jperkin Exp $ # DISTNAME= mpdist-3.7.1 @@ -14,12 +14,8 @@ COMMENT= PostScript pretty printer GNU_CONFIGURE= yes USE_LIBTOOL= yes -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -.else -CONFIGURE_ARGS+=--enable-bsd-print -.endif +CONFIGURE_ARGS.SunOS+= # empty +CONFIGURE_ARGS.*+= --enable-bsd-print BUILDLINK_DEPMETHOD.libXt?= build |