diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-11 20:45:20 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-11 20:45:20 +0000 |
commit | 431bcdceda3a98c0a67f09ee6ec6d1a860c13c12 (patch) | |
tree | 1ea12653e6056486650ee69d4dc6cdb75fb780e9 /multimedia | |
parent | 367fa9cba635831d225eb05c30c4a599f25bf00b (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 'multimedia')
-rw-r--r-- | multimedia/okle/Makefile | 6 |
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> |