diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:34:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:34:29 +0000 |
commit | 5bd1983326bce0cf0cff43e88e2a567f529ccf9c (patch) | |
tree | 3932d22dc8e96affb687412cdef2fc8f7de0404a /audio/tempest_for_eliza | |
parent | 123a1077ae94b118796367b40d8d74f2d00a814c (diff) | |
download | ports-5bd1983326bce0cf0cff43e88e2a567f529ccf9c.tar.gz ports-5bd1983326bce0cf0cff43e88e2a567f529ccf9c.zip |
Notes
Diffstat (limited to 'audio/tempest_for_eliza')
-rw-r--r-- | audio/tempest_for_eliza/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile index fe9219c1b818..5d262bcb09e4 100644 --- a/audio/tempest_for_eliza/Makefile +++ b/audio/tempest_for_eliza/Makefile @@ -13,13 +13,9 @@ MASTER_SITES= http://www.erikyyy.de/tempest/ MAINTAINER= ports@FreeBSD.org COMMENT= A program to send AM radio signals using a PC monitor -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config - USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" +USE_SDL= yes post-install: ${MKDIR} ${PREFIX}/share/tempest |