summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-09-10 06:54:16 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-09-10 06:54:16 +0000
commiteaffe762fa8dacbb6629684af14eb0f3aa10deb6 (patch)
tree5ca8a37c43c05d63167638cdf1947b3cbbea280d /japanese
parentA more optimized way of building the GUI only w/in the nmap distfile (diff)
- changed = to ?= or += in some of the variables
instead of assigning variables after the .include statement. Suggested by: asami Reviewed by: itojun
Notes
Notes: svn path=/head/; revision=21545
Diffstat (limited to 'japanese')
-rw-r--r--japanese/magicpoint/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile
index 675ff0f03040..ae1e15ab7fea 100644
--- a/japanese/magicpoint/Makefile
+++ b/japanese/magicpoint/Makefile
@@ -12,13 +12,12 @@ COMMENT= ${.CURDIR}/pkg/COMMENT
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
PKGNAME= ja-magicpoint-1.05a
-
-.include "${MASTERDIR}/Makefile"
-
-CATEGORIES= japanese misc
+CATEGORIES= japanese
MAINTAINER= itojun@itojun.org
# dirty, but this is required for version independent-ness
CONFIGURE_ARGS= --with-vfontcap=`${ECHO} ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1`
CONFIGURE_ARGS+= --enable-freetype-charset16
+
+.include "${MASTERDIR}/Makefile"