diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-01 05:32:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-01 05:32:07 +0800 |
commit | 694efe93b4771beceb0a611f70a602135f713e49 (patch) | |
tree | 1eaa617cb51d587a57f0fe75eefccf45033447fb | |
parent | bcf997d63dc493faa4d8eb095dacb3ca418b20a0 (diff) | |
download | freebsd-ports-gnome-694efe93b4771beceb0a611f70a602135f713e49.tar.gz freebsd-ports-gnome-694efe93b4771beceb0a611f70a602135f713e49.tar.zst freebsd-ports-gnome-694efe93b4771beceb0a611f70a602135f713e49.zip |
Mark broken: Fails to install
install -o root -g wheel -m 444 /wrkdirs/usr/ports/graphics/libgltext/work/gltext-0.3.1/src/gltext.h /usr/local/include
install: alpha/alpha: No such file or directory
*** Error code 71
Reported by: pkg-fallout since august 2013
With hat: portmgr
-rw-r--r-- | graphics/libgltext/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libgltext/Makefile b/graphics/libgltext/Makefile index ed98a3bdd9fd..e62650f98b58 100644 --- a/graphics/libgltext/Makefile +++ b/graphics/libgltext/Makefile @@ -11,6 +11,8 @@ DISTNAME= gltext-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Portable font rendering library for C++ +BROKEN= Fails to install + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_AUTOTOOLS= libtool |