diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2005-04-13 15:14:43 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-04-13 15:14:43 +0000 |
commit | 1564b3fc516d140295ea598f33b4451ddbf5de19 (patch) | |
tree | 68f0e80e5b6944c5984ca038a5c1cb7a8ef6d7b2 /graphics/pornview/Makefile | |
parent | dd5c8b9f8c9e7ffb487ebb8e4bd5792aa1ec57d6 (diff) | |
download | ports-1564b3fc516d140295ea598f33b4451ddbf5de19.tar.gz ports-1564b3fc516d140295ea598f33b4451ddbf5de19.zip |
Notes
Diffstat (limited to 'graphics/pornview/Makefile')
-rw-r--r-- | graphics/pornview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 0ccd4bd0a88e..6441ada92ec8 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if defined(WITH_LIBXINE) LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine -.elseif defined(WITH_MPLAYER) +.elif defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer CONFIGURE_ARGS+= --enable-mplayer .endif |