aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ng-canna
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-02-21 00:58:47 +0800
committerrafan <rafan@FreeBSD.org>2007-02-21 00:58:47 +0800
commit20db3b54a49ce2f20dc78bbb775a084f498ed2bf (patch)
treef9afd617172b49cb94ac6d3c774b5cd33c638b50 /japanese/ng-canna
parent0a0ee3f09f2790c678d54504cb2c845bacf95756 (diff)
downloadfreebsd-ports-gnome-20db3b54a49ce2f20dc78bbb775a084f498ed2bf.tar.gz
freebsd-ports-gnome-20db3b54a49ce2f20dc78bbb775a084f498ed2bf.tar.zst
freebsd-ports-gnome-20db3b54a49ce2f20dc78bbb775a084f498ed2bf.zip
- Utilize new features of master port
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"