diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-19 03:09:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-19 03:09:03 +0800 |
commit | 500826a809bbd71edc62d48f1474e0df300807af (patch) | |
tree | d239b6db58366e22a201e225b4bcdd4808c68c94 /emulators | |
parent | eec3d3cd706f56930b5cff07e273af3290d9359d (diff) | |
download | freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.tar.gz freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.tar.zst freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.zip |
Convert to USES=autoreconf
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pcsxr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 3057dc57d082..2c64c04cf6c4 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ ONLY_FOR_ARCHS= i386 amd64 -USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtoolize:env GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -33,7 +32,8 @@ USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl -USES= tar:bzip2 dos2unix iconv gmake pkgconfig libtool desktop-file-utils +USES= autoreconf desktop-file-utils dos2unix iconv gmake libtool \ + pkgconfig tar:bzip2 DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) PORTDOCS= ChangeLog README @@ -60,9 +60,6 @@ post-patch: @${REINPLACE_CMD} "s|%%DVD_DEVICE%%|${DEFAULT_DVD_DEVICE}|" \ ${WRKSRC}/plugins/dfcdrom/cdr.h -pre-configure: - @(cd ${WRKSRC} && ${AUTORECONF} -fi) - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |