aboutsummaryrefslogtreecommitdiff
path: root/japanese/ng-canna
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-20 16:58:47 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-20 16:58:47 +0000
commitb40f5e669963b06a0b772456703125faabda740a (patch)
tree384140eb5d81bf859e9520d3f64f14a3c5e6f59b /japanese/ng-canna
parentfcdf80ac066a06fc6d85eb6cbb8ea8b3ac9dae18 (diff)
downloadports-b40f5e669963b06a0b772456703125faabda740a.tar.gz
ports-b40f5e669963b06a0b772456703125faabda740a.zip
- Utilize new features of master port
Notes
Notes: svn path=/head/; revision=185569
Diffstat (limited to 'japanese/ng-canna')
-rw-r--r--japanese/ng-canna/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/japanese/ng-canna/Makefile b/japanese/ng-canna/Makefile
index 4bf027d83462..e85d537fe02d 100644
--- a/japanese/ng-canna/Makefile
+++ b/japanese/ng-canna/Makefile
@@ -7,15 +7,13 @@
PKGNAMESUFFIX= -canna
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A very lightweight Emacs-clone with Japanese and Canna support
+
MASTERDIR= ${.CURDIR}/../ng
-DESCR= ${.CURDIR}/pkg-descr
-LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna
+DESCR= ${.CURDIR}/pkg-descr
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A very lightweight Emacs-clone with Japanese and Canna support
+WITH_CANNA= yes
.include "${MASTERDIR}/Makefile"
-
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DCANNA" \
- LIBS="-L${LOCALBASE}/lib -lcanna -ltermcap"