diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-18 20:25:57 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-18 20:25:57 +0000 |
commit | b1a67842ca0cb88f862fd0c803c69e373ea4048e (patch) | |
tree | e4877ee35ff97c8c38434747d86f22586c939ff5 /emulators/uae/Makefile | |
parent | 08282235318201196f0a3eeefb6a077945b9d9a6 (diff) | |
download | pkgsrc-b1a67842ca0cb88f862fd0c803c69e373ea4048e.tar.gz |
Remove BUILD_DEPENDS on autoconf.
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 712876ada64..7935e9b4466 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/02/26 03:19:59 kristerw Exp $ +# $NetBSD: Makefile,v 1.21 2002/03/18 20:25:57 skrll Exp $ DISTNAME= uae-0.8.21 PKGNAME= ${DISTNAME} @@ -9,7 +9,6 @@ MAINTAINER= kristerw@netbsd.org HOMEPAGE= http://www.freiburg.linux.de/~uae/ COMMENT= The UAE Amiga Emulator -BUILD_DEPENDS+= autoconf>=2.12:../../devel/autoconf DEPENDS= unzip>=5.40:../../archivers/unzip USE_GMAKE= yes @@ -18,9 +17,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-dga --enable-vidmode --disable-ui -pre-configure: - cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf - do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} readdisk uae ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uae |