diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-12-02 07:05:49 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-12-02 07:05:49 +0000 |
commit | 098e1476e278ff28ca3f894e24f50a1ab9dc42b8 (patch) | |
tree | 4d23a194fd9c7d3574be0c19b3e1cd559206dacf /textproc/yodl | |
parent | b0f638efbb98635b2820855ab8cfe6f262926d70 (diff) | |
download | freebsd-ports-098e1476e278ff28ca3f894e24f50a1ab9dc42b8.zip |
- Fix dependency on misc/getopt
Submitted by: Terry Poulin <bigboss1964 (at) gmail.com>
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index 255d2ab04c53..2fd13c506d9c 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -16,7 +16,7 @@ MAINTAINER= pgj@FreeBSD.org COMMENT= An easy to use but powerful document formatting/preparation language RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - getopt:${PORTSDIR}/misc/getopt + ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt BUILD_DEPENDS= icmake:${PORTSDIR}/devel/icmake \ bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed |