diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-08 00:24:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-08 00:24:03 +0000 |
commit | badeabad3bdcfe92f3b6d870408e9b1f50b0e51e (patch) | |
tree | c24f370ce4cd898d7d62c6f5f0a35d0ce1f241f6 /devel/libgtop | |
parent | 9e8dba0228babe63c9a6467f020a96954255762b (diff) | |
download | ports-badeabad3bdcfe92f3b6d870408e9b1f50b0e51e.tar.gz ports-badeabad3bdcfe92f3b6d870408e9b1f50b0e51e.zip |
Mark it broken, can't build.
-------
===> Building for libgtop-0.26.2
Makefile:499: macros/macros.dep: No such file or directory
cd macros && gmake macros.dep
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
Making all in po
gmake[2]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
PATH=../src:$PATH : --default-domain=libgtop --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in
rm -f ./libgtop.pot
mv libgtop.po ./libgtop.pot
mv: rename libgtop.po to ./libgtop.pot: No such file or directory
gmake[2]: *** [libgtop.pot] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2
Notes
Notes:
svn path=/head/; revision=14400
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 7d49f8ac3db5..711ae8027663 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,7 +3,7 @@ # Date Created: 26 Sep 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/10/07 16:27:38 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/10/08 15:24:37 vanilla Exp $ # DISTNAME= libgtop-0.26.2 @@ -14,6 +14,7 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib +BROKEN= build GNU_CONFIGURE= yes USE_GMAKE= yes |