diff options
Diffstat (limited to 'devel/autoconf/Makefile')
-rw-r--r-- | devel/autoconf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index e692abd9e93e..09cb64088c84 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -10,10 +10,10 @@ DISTNAME= autoconf-${PORTVERSION} MAINTAINER= tijl@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - help2man:${PORTSDIR}/misc/help2man -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper +BUILD_DEPENDS= gm4:devel/m4 \ + help2man:misc/help2man +RUN_DEPENDS= gm4:devel/m4 \ + autoconf-wrapper:devel/autoconf-wrapper BUILD_VERSION= 2.69 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} |