diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-11 20:45:20 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-11 20:45:20 +0000 |
commit | 7690c4f36a1fe059bca4531562824f000c81564a (patch) | |
tree | 69efa5feb17cd6a8984e7ee39991a5e633d04ab5 /x11-toolkits/jx | |
parent | b9dd05e08aa0563d892735a2866de1928373449b (diff) | |
download | FreeBSD-ports-7690c4f36a1fe059bca4531562824f000c81564a.zip FreeBSD-ports-7690c4f36a1fe059bca4531562824f000c81564a.tar.gz |
Replace hard dependences on auto{conf,make} with newly added
USE_AUTO{CONF,MAKE}_VER
Diffstat (limited to 'x11-toolkits/jx')
-rw-r--r-- | x11-toolkits/jx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile index eb05975..e2c7610 100644 --- a/x11-toolkits/jx/Makefile +++ b/x11-toolkits/jx/Makefile @@ -18,11 +18,11 @@ DISTNAME= ${PORTNAME}_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_AUTOCONF= yes USE_X_PREFIX= yes USE_XPM= yes USE_BISON= yes @@ -107,7 +107,7 @@ post-patch: pre-configure: @${CP} ${FILESDIR}/configure.in ${WRKDIR} - @cd ${WRKDIR}; autoconf + @cd ${WRKDIR}; ${AUTOCONF} post-configure: .for i in ${CONFIGURE_PREPROCESSING_FILES} |