diff options
author | pav <pav@FreeBSD.org> | 2012-06-14 05:12:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-06-14 05:12:09 +0800 |
commit | 3a10e340337d0b02eb1d6cc41c0c753cc4c20ac8 (patch) | |
tree | afcfd945dbca372f0ec652dc8e20dd4ad4ee9da8 /x11 | |
parent | cdec1900cc1fa16eb9041022d40dcf7eebe56500 (diff) | |
download | freebsd-ports-gnome-3a10e340337d0b02eb1d6cc41c0c753cc4c20ac8.tar.gz freebsd-ports-gnome-3a10e340337d0b02eb1d6cc41c0c753cc4c20ac8.tar.zst freebsd-ports-gnome-3a10e340337d0b02eb1d6cc41c0c753cc4c20ac8.zip |
- Mark BROKEN: does not configure
checking whether the C compiler works... no
configure: error: in `/work/a/ports/x11/powershell/work/powershell-0.8':
configure: error: C compiler cannot create executables
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/powershell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index 5d11254b7a70..8aef957cfe43 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A terminal emulator for the X11 +BROKEN= does not configure + USE_GNOME= gnomelibs gnomehier USE_AUTOTOOLS= autoconf CPPFLAGS+= -I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags` |