diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-09-27 21:09:00 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-09-27 21:09:00 +0000 |
commit | 288f3f33bfcbf51f0ef58f99cfceacda4497a6bb (patch) | |
tree | 451193182c0c9fa95cabb6aa34f8ff3fa196784a /www/quanta | |
parent | f046c0e968b1cc9629ca5621c7c3e4f35f77547f (diff) | |
download | ports-288f3f33bfcbf51f0ef58f99cfceacda4497a6bb.tar.gz ports-288f3f33bfcbf51f0ef58f99cfceacda4497a6bb.zip |
Notes
Diffstat (limited to 'www/quanta')
-rw-r--r-- | www/quanta/Makefile | 4 | ||||
-rw-r--r-- | www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile index df6c7810fed8..303ec9e350cd 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -10,7 +10,7 @@ PORTNAME= quanta PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 # dammit! I hate this kludge. CATEGORIES= www kde @@ -26,7 +26,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= alane@freebsd.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_XPM= yes diff --git a/www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c b/www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c new file mode 100644 index 000000000000..d9b8c361c30f --- /dev/null +++ b/www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c @@ -0,0 +1,6 @@ +--- quanta/plugins/php4dbg/dbgbase/dbg_core.c Sat Apr 21 09:48:32 2001 ++++ quanta/plugins/php4dbg/dbgbase/dbg_core.c Fri Sep 27 14:12:29 2002 +@@ -15,3 +15,2 @@ + #include <string.h> +-#include <malloc.h> + #include <stdlib.h> |