summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2002-07-18 06:57:30 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2002-07-18 06:57:30 +0000
commitedc3c16a0a7dc65696f55d9f992903b9921657c5 (patch)
tree9f4c4ba786f743e1cc3d82f02579180deadfe10f
parentOops. Forgot to update the packing list. (diff)
Fix typo
Notes
Notes: svn path=/head/; revision=63175
-rw-r--r--graphics/xtheater/Makefile2
-rw-r--r--multimedia/xtheater/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xtheater/Makefile b/graphics/xtheater/Makefile
index 272b09e4de55..5dbca4ad4f17 100644
--- a/graphics/xtheater/Makefile
+++ b/graphics/xtheater/Makefile
@@ -16,7 +16,7 @@ DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/deve/sdl12 \
+LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
smpeg.1:${PORTSDIR}/graphics/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile
index 272b09e4de55..5dbca4ad4f17 100644
--- a/multimedia/xtheater/Makefile
+++ b/multimedia/xtheater/Makefile
@@ -16,7 +16,7 @@ DISTNAME= Xtheater-${PORTVERSION:S/.p/-pre/}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/deve/sdl12 \
+LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \
smpeg.1:${PORTSDIR}/graphics/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config