diff options
author | stas <stas@FreeBSD.org> | 2006-09-21 16:07:59 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-09-21 16:07:59 +0800 |
commit | 7cc8a3177c4cde4c93653f85822181827f44e135 (patch) | |
tree | e224137cef6c7006c280b81545f6532b3009279a /emulators | |
parent | a11445de2d3659247e922b1743f6e3e0b5455c2f (diff) | |
download | freebsd-ports-gnome-7cc8a3177c4cde4c93653f85822181827f44e135.tar.gz freebsd-ports-gnome-7cc8a3177c4cde4c93653f85822181827f44e135.tar.zst freebsd-ports-gnome-7cc8a3177c4cde4c93653f85822181827f44e135.zip |
- Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor)
Diffstat (limited to 'emulators')
-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 |