diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-21 08:07:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-21 08:07:59 +0000 |
commit | e74ffecde5378c7e532d75ccb394a5996f9c3757 (patch) | |
tree | 45ba6eb91f81bfc9b952cc4c1f251eddaa7d21f5 /emulators/e-uae | |
parent | 174f23f5423476bb29d8968e9371455e71525fca (diff) | |
download | ports-e74ffecde5378c7e532d75ccb394a5996f9c3757.tar.gz ports-e74ffecde5378c7e532d75ccb394a5996f9c3757.zip |
- Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor)
Notes
Notes:
svn path=/head/; revision=173507
Diffstat (limited to 'emulators/e-uae')
-rw-r--r-- | emulators/e-uae/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile index 83f7c0799c65..273c132c9441 100644 --- a/emulators/e-uae/Makefile +++ b/emulators/e-uae/Makefile @@ -26,10 +26,6 @@ PLIST_FILES= bin/uae bin/readdisk PORTDOCS= README bsdsocket.txt compiling.txt configuration.txt \ floppies.txt keyboard.txt scsi.txt -post-patch: - @${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|' \ - ${WRKSRC}/configure - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/uae ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/readdisk ${PREFIX}/bin |