diff options
author | antoine <antoine@FreeBSD.org> | 2019-08-05 14:37:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-08-05 14:37:30 +0800 |
commit | 36c85d9451421054634c7f29a33f268aaafdb33d (patch) | |
tree | e44ab41f7b18c38d23ed8351e7125f60f15d1d9e /print | |
parent | 4537272ecdb2cd97beab337492d28cc29567a2cd (diff) | |
download | freebsd-ports-gnome-36c85d9451421054634c7f29a33f268aaafdb33d.tar.gz freebsd-ports-gnome-36c85d9451421054634c7f29a33f268aaafdb33d.tar.zst freebsd-ports-gnome-36c85d9451421054634c7f29a33f268aaafdb33d.zip |
Mark BROKEN: unfetchable
Diffstat (limited to 'print')
-rw-r--r-- | print/poster/Makefile | 2 | ||||
-rw-r--r-- | print/utopia/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/poster/Makefile b/print/poster/Makefile index b3fd2f237903..d541694d7ee6 100644 --- a/print/poster/Makefile +++ b/print/poster/Makefile @@ -13,6 +13,8 @@ COMMENT= Resize a postscript image to print on larger media and/or multiple shee LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + ALL_TARGET= poster MAKEFILE= /dev/null MAKE_ENV= LDLIBS="-lm" diff --git a/print/utopia/Makefile b/print/utopia/Makefile index e94f430a933c..42ad907a450e 100644 --- a/print/utopia/Makefile +++ b/print/utopia/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= ports@FreeBSD.org COMMENT= Adobe Utopia typeface for Groff +BROKEN= unfetchable + MAKE_ARGS= DEST=${STAGEDIR}${DATADIR}/devps \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_MAN="${INSTALL_MAN}" \ |