diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 11:55:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 11:55:04 +0000 |
commit | 8ed8aafc20f5bbb802536df1c9c60b6e8c4a3220 (patch) | |
tree | a2747f7614694d1f568fd0fa2639e77228c1c234 /graphics | |
parent | f8cfa28522c7e06ce5f5b9297d559a07ea66e646 (diff) | |
download | freebsd-ports-8ed8aafc20f5bbb802536df1c9c60b6e8c4a3220.zip |
Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/avifile/Makefile | 2 | ||||
-rw-r--r-- | graphics/guilib/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_ttf/Makefile | 2 | ||||
-rw-r--r-- | graphics/smpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/xmps/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index f1476632e523..96fcc4d620f1 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -15,7 +15,7 @@ DISTFILES= avifile-${PORTVERSION}.tar.gz \ MAINTAINER= holger@eit.uni-kl.de -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} ONLY_FOR_ARCHS= i386 diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 7616a7a30d95..16305fd72a45 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -14,7 +14,7 @@ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 68cbb329b8d8..98a4709309a9 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -13,7 +13,7 @@ DISTNAME= SDL_image-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \ +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 0d97f01f3888..2efe6a3a2f34 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -13,7 +13,7 @@ DISTNAME= SDL_ttf-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config diff --git a/graphics/smpeg/Makefile b/graphics/smpeg/Makefile index accaeecd6b77..361308ec27dc 100644 --- a/graphics/smpeg/Makefile +++ b/graphics/smpeg/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config diff --git a/graphics/xmps/Makefile b/graphics/xmps/Makefile index b85f9d2430c5..11f31764589f 100644 --- a/graphics/xmps/Makefile +++ b/graphics/xmps/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |