diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-25 03:57:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-25 03:57:16 +0000 |
commit | 6a68f456d29d905eb11bf09694864e9b656722cc (patch) | |
tree | f8bad0b9dbdf8fa29e1c82248e711ae4562746e0 /japanese/easypr | |
parent | 07499dac3a67f3ef8e7ca0ea21bcde10e8f921ba (diff) | |
download | freebsd-ports-6a68f456d29d905eb11bf09694864e9b656722cc.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 |