diff options
author | perky <perky@FreeBSD.org> | 2002-07-18 14:57:30 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-18 14:57:30 +0800 |
commit | 8e2e97b481c7a1c024ad21d625b113452caf665d (patch) | |
tree | 802421a57e58a3c0f14047ea075ce111337a39aa | |
parent | c45199759433c5b4729526115a081aaddb36265e (diff) | |
download | freebsd-ports-graphics-8e2e97b481c7a1c024ad21d625b113452caf665d.tar.gz freebsd-ports-graphics-8e2e97b481c7a1c024ad21d625b113452caf665d.tar.zst freebsd-ports-graphics-8e2e97b481c7a1c024ad21d625b113452caf665d.zip |
Fix typo
-rw-r--r-- | graphics/xtheater/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xtheater/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xtheater/Makefile b/graphics/xtheater/Makefile index 272b09e4de5..5dbca4ad4f1 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 272b09e4de5..5dbca4ad4f1 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 |