aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-25 09:04:40 +0800
committerbapt <bapt@FreeBSD.org>2014-01-25 09:04:40 +0800
commit54834c8eea795d3c3f7b3a34d2b54c59ffa0046b (patch)
tree469e20a2b7fd04bab9f4c6071ae7bc1cc59dbdb7 /editors
parent91ebfe02ceb7d80e1e69d5b2a89d53f000c94da7 (diff)
downloadfreebsd-ports-gnome-54834c8eea795d3c3f7b3a34d2b54c59ffa0046b.tar.gz
freebsd-ports-gnome-54834c8eea795d3c3f7b3a34d2b54c59ffa0046b.tar.zst
freebsd-ports-gnome-54834c8eea795d3c3f7b3a34d2b54c59ffa0046b.zip
Support stage
Diffstat (limited to 'editors')
-rw-r--r--editors/zile/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index a65748c7d1c4..924c75204c30 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -9,17 +9,16 @@ MASTER_SITES= GNU
MAINTAINER= culot@FreeBSD.org
COMMENT= Small emacs-like text editor
-LIB_DEPENDS= gc:${PORTSDIR}/devel/boehm-gc
+LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc
BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man
-USE_GMAKE= yes
-USES= perl5
+USES= gmake perl5
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-regex
-MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME} \
+ man/man1/${PORTNAME}.1.gz \
%%DOCSDIR%%/AUTHORS \
%%DOCSDIR%%/FAQ \
%%DOCSDIR%%/NEWS \
@@ -29,7 +28,6 @@ PLIST_DIRS= %%DOCSDIR%%
CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu
LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in