diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 12:57:02 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 12:57:02 +0000 |
commit | a275baa57f759caa2c1ec7faf600b01c35e3e196 (patch) | |
tree | ca152a4a8c92104e89b3dbb8a881ff18f3fe3b90 /graphics/pornview | |
parent | 24fce7b8c8feebd6b0ded7ef560c55712785c95a (diff) | |
download | ports-a275baa57f759caa2c1ec7faf600b01c35e3e196.tar.gz ports-a275baa57f759caa2c1ec7faf600b01c35e3e196.zip |
Notes
Diffstat (limited to 'graphics/pornview')
-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 8a8e8263b4c6..12b086533380 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine:${PORTSDIR}/graphics/libxine +LIB_DEPENDS+= xine.3:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .endif |