summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-11 20:45:20 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-11 20:45:20 +0000
commit431bcdceda3a98c0a67f09ee6ec6d1a860c13c12 (patch)
tree1ea12653e6056486650ee69d4dc6cdb75fb780e9 /x11-toolkits
parentUpdate to the latest versions. (diff)
Replace hard dependences on auto{conf,make} with newly added
USE_AUTO{CONF,MAKE}_VER
Notes
Notes: svn path=/head/; revision=69924
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/jx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile
index eb0597543bc3..e2c761063418 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}