diff options
author | andreas <andreas@FreeBSD.org> | 2000-03-25 23:32:40 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-03-25 23:32:40 +0800 |
commit | 3fc066bd2f530c30cb5c985e8cc0e7b14fe67b20 (patch) | |
tree | f90181456e04666e22b0f357f8ba75b5b2b07450 /print/ghostscript8/Makefile | |
parent | 1b65ab39de6bbccf5ed22ea9e43b0947811ad98c (diff) | |
download | freebsd-ports-gnome-3fc066bd2f530c30cb5c985e8cc0e7b14fe67b20.tar.gz freebsd-ports-gnome-3fc066bd2f530c30cb5c985e8cc0e7b14fe67b20.tar.zst freebsd-ports-gnome-3fc066bd2f530c30cb5c985e8cc0e7b14fe67b20.zip |
Sorry, it's broken.
Before the new patch gs build fine, but didn't
include the printer devices included with configuration script.
After fixing this it refuses to build.
Any help appreciated.
Now you have the last version as I to help me to fix the mess.
Sorry folks ...
Diffstat (limited to 'print/ghostscript8/Makefile')
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index ed81a9fb9a37..16fdc9524499 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -17,6 +17,8 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= andreas@FreeBSD.org +BROKEN= "needs more work, does not built cleanly" + Y2K= http://www.cs.wisc.edu/~ghost/aladdin/y2k.html BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract |