Fix breakage of 'make index' caused by the sdl ports being moved to

different directories.

Submitted by:	beta
This commit is contained in:
Steve Price 2001-04-09 21:55:04 +00:00
parent 3f9e9d9906
commit 63a8532469
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41151
5 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ MASTER_SITES= http://www.erikyyy.de/tempest/
MAINTAINER= greid@ukug.uk.freebsd.org
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10
GNU_CONFIGURE= yes
USE_GMAKE= yes

View file

@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/acorn/0.3/src/ \
MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \
SDL-1.1:${PORTSDIR}/devel/sdl-devel
SDL-1.1.3:${PORTSDIR}/devel/sdl12
USE_NEWGCC= YES
USE_LIBTOOL= YES

View file

@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/acorn/0.3/src/ \
MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \
SDL-1.1:${PORTSDIR}/devel/sdl-devel
SDL-1.1.3:${PORTSDIR}/devel/sdl12
USE_NEWGCC= YES
USE_LIBTOOL= YES

View file

@ -16,7 +16,7 @@ MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
ttf.4:${PORTSDIR}/print/freetype \
sigc.1:${PORTSDIR}/devel/libsigc++ \
SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
USE_LIBTOOL= YES

View file

@ -16,7 +16,7 @@ MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
ttf.4:${PORTSDIR}/print/freetype \
sigc.1:${PORTSDIR}/devel/libsigc++ \
SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
USE_LIBTOOL= YES