diff options
Diffstat (limited to 'emulators/pcsxr/Makefile')
-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 3057dc5..2c64c04 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} |