diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 15:52:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 15:52:52 +0000 |
commit | 15dc57a099ffb5d33c26396d21f49d918995a06d (patch) | |
tree | 843318acff4c4da1f855e99162abf71e179c2d07 | |
parent | b7f5cb19c081e3dcd73575e1d54e71d2adc9e090 (diff) | |
download | ports-15dc57a099ffb5d33c26396d21f49d918995a06d.tar.gz ports-15dc57a099ffb5d33c26396d21f49d918995a06d.zip |
Notes
-rw-r--r-- | japanese/edyvalue/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/edyvalue/Makefile b/japanese/edyvalue/Makefile index c776d554751f..1caba95d5a3f 100644 --- a/japanese/edyvalue/Makefile +++ b/japanese/edyvalue/Makefile @@ -6,6 +6,7 @@ PORTNAME= edyvalue PORTVERSION= 2007.01.06 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://www.imfj.net/people/nomura/soft/PaSoRi/ DISTNAME= EdyValue @@ -16,7 +17,7 @@ EXTRACT_ONLY= MAINTAINER= mistral@imasy.or.jp COMMENT= Utility to print a statement of Edy card -BUILD_DEPENDS= ${LOCALBASE}/lib/libpasori.a:${PORTSDIR}/devel/libpasori +LIB_DEPENDS= pasori.1:${PORTSDIR}/devel/libpasori PLIST_FILES= bin/EdyValue |