diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-14 21:39:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-14 21:39:43 +0000 |
commit | 6d46498041428ab253e535689abecda599d1fa02 (patch) | |
tree | 6756377ce22edd2b566cc2776a145755a01f2247 /print/gtklp | |
parent | Update to 2.4.7 which has the fix for the FileSelector bug as well as (diff) |
BROKEN: Size mismatch
Notes
Notes:
svn path=/head/; revision=116219
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 f75d192cfa76..6f89ecd4a21d 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= A gtk interface to cups +BROKEN= Size mismatch + LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |