diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
commit | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /japanese/gsuica | |
parent | 148314483d3098c0d6a33944f1190842e671502f (diff) | |
download | freebsd-ports-graphics-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz freebsd-ports-graphics-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst freebsd-ports-graphics-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'japanese/gsuica')
-rw-r--r-- | japanese/gsuica/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/gsuica/Makefile b/japanese/gsuica/Makefile index 572b9dcae25..1e607aa75c3 100644 --- a/japanese/gsuica/Makefile +++ b/japanese/gsuica/Makefile @@ -15,8 +15,8 @@ COMMENT= GNOME SUICA Viewer LICENSE= GPLv2 -RUN_DEPENDS= rubygem-gtk2>0:${PORTSDIR}/x11-toolkits/rubygem-gtk2 \ - ${RUBY_SITEARCHLIBDIR}/pasori.so:${PORTSDIR}/devel/libpafe-ruby +RUN_DEPENDS= rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \ + ${RUBY_SITEARCHLIBDIR}/pasori.so:devel/libpafe-ruby USE_RUBY= yes USES= shebangfix @@ -50,8 +50,8 @@ station-code-fetch: ${MASTER_SITES}station_code_conv.sh ${FETCH_AFTER_ARGS}) # Install station code database into ~/.gsuica/station_code -# BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf -# BUILD_DEPENDS+= xlhtml:${PORTSDIR}/textproc/xlhtml +# BUILD_DEPENDS+= nkf:japanese/nkf +# BUILD_DEPENDS+= xlhtml:textproc/xlhtml station-code-install: @(cd ${WRKDIR}; ${SH} station_code_conv.sh StationCode.xls) |