diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-18 06:57:30 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-18 06:57:30 +0000 |
commit | edc3c16a0a7dc65696f55d9f992903b9921657c5 (patch) | |
tree | 9f4c4ba786f743e1cc3d82f02579180deadfe10f /multimedia | |
parent | f05d88ceef8ab3999c1690c9bd5c49e2a526124b (diff) | |
download | ports-edc3c16a0a7dc65696f55d9f992903b9921657c5.tar.gz ports-edc3c16a0a7dc65696f55d9f992903b9921657c5.zip |
Fix typo
Notes
Notes:
svn path=/head/; revision=63175
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xtheater/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |