From 7690c4f36a1fe059bca4531562824f000c81564a Mon Sep 17 00:00:00 2001 From: lioux Date: Mon, 11 Nov 2002 20:45:20 +0000 Subject: Replace hard dependences on auto{conf,make} with newly added USE_AUTO{CONF,MAKE}_VER --- graphics/okle/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/okle') diff --git a/graphics/okle/Makefile b/graphics/okle/Makefile index 5e60e86..f96c08d 100644 --- a/graphics/okle/Makefile +++ b/graphics/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 -- cgit v1.1