diff options
author | asami <asami@FreeBSD.org> | 1999-10-25 11:57:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-25 11:57:16 +0800 |
commit | 62a45a618d659edd4b44a719874b5d314795e8be (patch) | |
tree | ff23b0205b109bd3792abf99dbab9ea0d3b85290 /japanese/easypr | |
parent | 0d80cecb434c4c5dd0ac2e08ec2c7fd7fdaaaf83 (diff) | |
download | freebsd-ports-gnome-62a45a618d659edd4b44a719874b5d314795e8be.tar.gz freebsd-ports-gnome-62a45a618d659edd4b44a719874b5d314795e8be.tar.zst freebsd-ports-gnome-62a45a618d659edd4b44a719874b5d314795e8be.zip |
Remove extra ":" - it was causing syntax errors.
Diffstat (limited to 'japanese/easypr')
-rw-r--r-- | japanese/easypr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/easypr/Makefile b/japanese/easypr/Makefile index feac02bd7962..5672462479bd 100644 --- a/japanese/easypr/Makefile +++ b/japanese/easypr/Makefile @@ -16,7 +16,7 @@ MAINTAINER= taoka@FreeBSD.org RUN_DEPENDS= e2ps:${PORTSDIR}/japanese/e2ps \ wish4.2jp:${PORTSDIR}/japanese/tk42 \ psnup:${PORTSDIR}/print/psutils-a4 \ - giftopnm::${PORTSDIR}/graphics/netpbm + giftopnm:${PORTSDIR}/graphics/netpbm do-build: ${ECHO} '#!${PREFIX}/bin/wish4.2jp' > ${WRKSRC}/easypr |