diff options
author | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
commit | bea30c631c04235a8505e3fe72eea7eab8c23e84 (patch) | |
tree | 7250e684a2c8bfe38440afbc76eb6b5d574aebb1 /print | |
parent | a716c3ba2b3defde765ea809514d631cec7e58e2 (diff) | |
download | freebsd-ports-graphics-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.gz freebsd-ports-graphics-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.zst freebsd-ports-graphics-bea30c631c04235a8505e3fe72eea7eab8c23e84.zip |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 262ec281f7e..6cad77fef6d 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.8 1996/11/01 19:17:48 markm Exp $ +# $Id: Makefile,v 1.9 1996/11/17 08:44:24 obrien Exp $ # DISTNAME= apsfilter-4.9.3 @@ -18,7 +18,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 \ anytopnm:${PORTSDIR}/graphics/netpbm NO_CONFIGURE= yes -NO_PACKAGE= yes # too many questions +NO_PACKAGE= "Too many questions." IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/apsfilter diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 262ec281f7e..6cad77fef6d 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.8 1996/11/01 19:17:48 markm Exp $ +# $Id: Makefile,v 1.9 1996/11/17 08:44:24 obrien Exp $ # DISTNAME= apsfilter-4.9.3 @@ -18,7 +18,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 \ anytopnm:${PORTSDIR}/graphics/netpbm NO_CONFIGURE= yes -NO_PACKAGE= yes # too many questions +NO_PACKAGE= "Too many questions." IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/apsfilter |