diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-11-11 23:10:40 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-11-11 23:10:40 +0000 |
commit | a6cd2af20248fac0c121a5194efafe528cba0701 (patch) | |
tree | 54b45c9476cd42620dc078d611fae3fa4785e5bc /print | |
parent | ef471fd9f3b8feab05ffbc769c66f4053a630d22 (diff) | |
download | ports-a6cd2af20248fac0c121a5194efafe528cba0701.tar.gz ports-a6cd2af20248fac0c121a5194efafe528cba0701.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/gtklp/Makefile | 2 | ||||
-rw-r--r-- | print/gtklp/files/patch-gtklp__gtklp.h | 10 |
2 files changed, 10 insertions, 2 deletions
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 <gtk/gtk.h> + #include <cups/cups.h> ++#include <cups/ppd.h> + #include <cups/http.h> + + #include <defaults.h>
\ No newline at end of file |