diff options
Diffstat (limited to 'japanese/magicpoint/Makefile')
-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` |