diff options
author | pav <pav@FreeBSD.org> | 2011-10-15 00:37:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-15 00:37:48 +0800 |
commit | d7b3435431d53c059dc7ba3c6293e8d1fec375e8 (patch) | |
tree | d97a772c2f5b694e7612f04aaa2f11053ee584e1 /print/gtklp | |
parent | c3e97ff5927d66afd43b89b552a8483c3cf38c91 (diff) | |
download | freebsd-ports-gnome-d7b3435431d53c059dc7ba3c6293e8d1fec375e8.tar.gz freebsd-ports-gnome-d7b3435431d53c059dc7ba3c6293e8d1fec375e8.tar.zst freebsd-ports-gnome-d7b3435431d53c059dc7ba3c6293e8d1fec375e8.zip |
- Mark BROKEN: does not compile
In file included from file.c:36:
gtklp.h:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
Reported by: pointyhat
Diffstat (limited to 'print/gtklp')
-rw-r--r-- | print/gtklp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 05dbe3fc0cf5..21dcfc4229b3 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -17,6 +17,8 @@ COMMENT= A gtk interface to cups LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client +BROKEN= does not compile + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk20 |