diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-10-16 16:17:51 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-10-16 16:17:51 +0000 |
commit | baf85fd543be1b70fc71fa429fc019d32b8407a7 (patch) | |
tree | b2c10baeb7ebbb506274d49d149c734bd993eed5 /graphics | |
parent | d1d202e468f8e65610fef94ac7e2040e28bb280b (diff) | |
download | ports-baf85fd543be1b70fc71fa429fc019d32b8407a7.tar.gz ports-baf85fd543be1b70fc71fa429fc019d32b8407a7.zip |
Notes
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 1d41d0ef1bed..6c9b9597f5a2 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 |