aboutsummaryrefslogtreecommitdiffstats
path: root/www/bluefish-devel/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-08 04:20:26 +0800
committermarcus <marcus@FreeBSD.org>2003-02-08 04:20:26 +0800
commit915b2e1fe1765e7dd5d20a5f539549cdcccccc1c (patch)
tree7fc26b7c64557e44d2488a89f5ea188fef1bc54c /www/bluefish-devel/Makefile
parentbed71720adeb7316229bd3b328f5edc0cc5b825f (diff)
downloadfreebsd-ports-gnome-915b2e1fe1765e7dd5d20a5f539549cdcccccc1c.tar.gz
freebsd-ports-gnome-915b2e1fe1765e7dd5d20a5f539549cdcccccc1c.tar.zst
freebsd-ports-gnome-915b2e1fe1765e7dd5d20a5f539549cdcccccc1c.zip
Update to latest snapshot. Adds stability when opening/closing larger
number of files at high rates. PR: 48063 Submitted by: maintainer
Diffstat (limited to 'www/bluefish-devel/Makefile')
-rw-r--r--www/bluefish-devel/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile
index e053c56661c2..21b7f9f3278c 100644
--- a/www/bluefish-devel/Makefile
+++ b/www/bluefish-devel/Makefile
@@ -6,21 +6,21 @@
#
PORTNAME= bluefish
-PORTVERSION= 0.8.20030113
-PORTREVISION= 1
+PORTVERSION= 0.8.20030207
CATEGORIES= www editors
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/ \
ftp://bluefish.advancecreations.com/pub/bluefish/snapshots/ \
http://bluefish.mrball.net/snapshots/ \
ftp://ftp.ratisbona.com/pub/bluefish/snapshots/ \
http://bluefish.shellhung.org/snapshots/
-DISTNAME= ${PORTNAME}-gtk2port-2003-01-13
+DISTNAME= ${PORTNAME}-gtk2port-2003-02-07
EXTRACT_SUFX= .tgz
MAINTAINER= einekoai@chello.nl
LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
- pcre.0:${PORTSDIR}/devel/pcre
+ pcre.0:${PORTSDIR}/devel/pcre \
+ aspell.15:${PORTSDIR}/textproc/aspell
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
WRKSRC= ${WRKDIR}/bluefish-gtk2
@@ -29,5 +29,7 @@ USE_GMAKE= yes
USE_PERL5_BUILD= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>