diff options
author | kris <kris@FreeBSD.org> | 2005-02-20 20:14:46 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-20 20:14:46 +0000 |
commit | 33dc61fe2b17dde5b9925964bc57a6f356217b46 (patch) | |
tree | b087bc67ef76cc22cf2daf117ae1832253566fe7 /graphics | |
parent | 5a9961f21ad08d584ba0c26237fdac8ae785361a (diff) | |
download | FreeBSD-ports-33dc61fe2b17dde5b9925964bc57a6f356217b46.zip FreeBSD-ports-33dc61fe2b17dde5b9925964bc57a6f356217b46.tar.gz |
BROKEN: Incorrect pkg-plist (removes files not installed by this port)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Coin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index ae3d74d..5991fd8 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen LIB_DEPENDS= simage.26:${PORTSDIR}/graphics/simage \ openal.0:${PORTSDIR}/audio/openal +BROKEN= "Incorrect pkg-plist (removes files not installed by this port)" + USE_REINPLACE= yes USE_GL= yes USE_XLIB= yes |