diff options
author | asami <asami@FreeBSD.org> | 1998-12-27 22:31:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-27 22:31:29 +0000 |
commit | 13bc2ea1f09d59c2ff6ef2e887ea276f40f91f61 (patch) | |
tree | 7a4ee7a7736b8c444d60097e985fd19ec5051034 /print/ghostscript7 | |
parent | 4ca066b87d319a3ac98ece5c496e80b95a70ba7b (diff) | |
download | FreeBSD-ports-13bc2ea1f09d59c2ff6ef2e887ea276f40f91f61.zip FreeBSD-ports-13bc2ea1f09d59c2ff6ef2e887ea276f40f91f61.tar.gz |
Mark this broken after repo copy.
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index cc35900..7ed4092 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.26 1998/12/03 08:24:20 andreas Exp $ +# $Id: Makefile,v 1.27 1998/12/03 08:38:56 andreas Exp $ # DISTNAME= ghostscript-5.50 @@ -21,6 +21,8 @@ BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +BROKEN= upgrade + USE_XLIB= yes EXTRACT_ONLY= ${GS_SOURCES} WRKSRC= ${WRKDIR}/gs5.50 |