diff options
author | nork <nork@FreeBSD.org> | 2002-10-16 16:17:51 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-10-16 16:17:51 +0000 |
commit | bc769d773bddba79205f6df28d0f20702ac5aa95 (patch) | |
tree | 0e5349249cfd1545bf4bb543b8a50b15f2b85e0c /graphics | |
parent | 8c5d22752e43264c585054ef9286b5bb2b7d469d (diff) | |
download | FreeBSD-ports-bc769d773bddba79205f6df28d0f20702ac5aa95.zip FreeBSD-ports-bc769d773bddba79205f6df28d0f20702ac5aa95.tar.gz |
Sorry, fix unnecessary space.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 1d41d0e..6c9b959 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -132,7 +132,7 @@ CONFIGURE_ARGS+= --enable-live \ --with-livelibdir=${LOCALBASE}/live RUN_DEPENDS+= ${LOCALBASE}/live/liveMedia/libliveMedia.a:${PORTSDIR}/net/liveMedia BUILD_DEPENDS+= ${LOCALBASE}/live/liveMedia/libliveMedia.a:${PORTSDIR}/net/liveMedia - .endif +.endif .if defined(WITH_XANIM) BUILD_DEPENDS+= xanim:${PORTSDIR}/graphics/xanim |