aboutsummaryrefslogtreecommitdiff
path: root/multimedia/okle
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 /multimedia/okle
parent367fa9cba635831d225eb05c30c4a599f25bf00b (diff)
downloadports-431bcdceda3a98c0a67f09ee6ec6d1a860c13c12.tar.gz
ports-431bcdceda3a98c0a67f09ee6ec6d1a860c13c12.zip
Notes
Diffstat (limited to 'multimedia/okle')
-rw-r--r--multimedia/okle/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile
index 5e60e8609c13..f96c08d571cf 100644
--- a/multimedia/okle/Makefile
+++ b/multimedia/okle/Makefile
@@ -12,10 +12,10 @@ MASTER_SITES= http://okle.sourceforge.net/
MAINTAINER= lioux@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.8:${PORTSDIR}/graphics/ogle \
- autoconf:${PORTSDIR}/devel/autoconf
+BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.8:${PORTSDIR}/graphics/ogle
RUN_DEPENDS= ogle:${PORTSDIR}/graphics/ogle
+USE_AUTOCONF_VER= 253
USE_KDELIBS_VER= 3
USE_REINPLACE= yes
GNU_CONFIGURE= yes
@@ -37,7 +37,7 @@ pre-everything::
.endif
pre-configure:
- @cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/autoheader
+ @cd ${WRKSRC} && ${AUTOCONF} && ${AUTOHEADER}
.include <bsd.port.pre.mk>