diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-09-06 13:48:20 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-09-06 13:48:20 +0000 |
commit | ff704d6439ed2300259a987a7a5473e8005ded0b (patch) | |
tree | d717c0ce7988a6b72a3b79d44c2c01ffc857f104 /japanese/magicpoint | |
parent | cd44918fa28c91bb151971e23667e32ec602c8ff (diff) | |
download | ports-ff704d6439ed2300259a987a7a5473e8005ded0b.tar.gz ports-ff704d6439ed2300259a987a7a5473e8005ded0b.zip |
Notes
Diffstat (limited to 'japanese/magicpoint')
-rw-r--r-- | japanese/magicpoint/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile index d4946de447b9..89184f516f9a 100644 --- a/japanese/magicpoint/Makefile +++ b/japanese/magicpoint/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: magicpoint (with vflib) -# Version required: 1.03a +# Version required: 1.04a # Date created: 25 Dec 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1998/02/17 12:58:43 itojun Exp $ +# $Id: Makefile,v 1.3 1998/04/07 22:44:46 itojun Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT LIB_DEPENDS= VFlib:${PORTSDIR}/japanese/vflib -PKGNAME= ja-magicpoint-1.03a +PKGNAME= ja-magicpoint-1.04a .include <${.CURDIR}/../../misc/magicpoint/Makefile> @@ -22,4 +22,5 @@ CATEGORIES= japanese misc MAINTAINER= itojun@itojun.org -CONFIGURE_ARGS= #intentionally empty +# dirty, but this is required for version independent-ness +CONFIGURE_ARGS= --with-vfontcap=`echo ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1` |