aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/okle
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-11-12 04:45:20 +0800
committerlioux <lioux@FreeBSD.org>2002-11-12 04:45:20 +0800
commit7690c4f36a1fe059bca4531562824f000c81564a (patch)
tree69efa5feb17cd6a8984e7ee39991a5e633d04ab5 /multimedia/okle
parentb9dd05e08aa0563d892735a2866de1928373449b (diff)
downloadfreebsd-ports-gnome-7690c4f36a1fe059bca4531562824f000c81564a.tar.gz
freebsd-ports-gnome-7690c4f36a1fe059bca4531562824f000c81564a.tar.zst
freebsd-ports-gnome-7690c4f36a1fe059bca4531562824f000c81564a.zip
Replace hard dependences on auto{conf,make} with newly added
USE_AUTO{CONF,MAKE}_VER
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>