diff options
Diffstat (limited to 'net-im/licq-console')
-rw-r--r-- | net-im/licq-console/Makefile | 1 | ||||
-rw-r--r-- | net-im/licq-console/files/patch-window.h | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 8a4a3e96ad42..82c6893bf1d6 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -3,6 +3,7 @@ PORTNAME= console PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org diff --git a/net-im/licq-console/files/patch-window.h b/net-im/licq-console/files/patch-window.h deleted file mode 100644 index f598519eb3fb..000000000000 --- a/net-im/licq-console/files/patch-window.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/window.h.orig Thu Sep 30 03:51:03 2004 -+++ src/window.h Wed Oct 13 14:19:58 2004 -@@ -3,7 +3,7 @@ - - #include <iostream> - extern "C" { --#include <cdk.h> -+#include <cdk/cdk.h> - } - - #define COLOR_YELLOW_BLUE COLOR_YELLOW + 8 |