diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 21dcfc4229b3..05dbe3fc0cf5 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -17,8 +17,6 @@ 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 diff --git a/print/gtklp/files/patch-gtklp__gtklp.h b/print/gtklp/files/patch-gtklp__gtklp.h new file mode 100644 index 000000000000..97ec05395a38 --- /dev/null +++ b/print/gtklp/files/patch-gtklp__gtklp.h @@ -0,0 +1,10 @@ +--- gtklp/gtklp.h.orig 2010-02-11 20:38:17.000000000 +0100 ++++ gtklp/gtklp.h 2011-11-04 23:04:22.000000000 +0100 +@@ -26,6 +26,7 @@ + + #include + #include ++#include + #include + + #include \ No newline at end of file