diff options
author | kris <kris@FreeBSD.org> | 2005-02-21 04:14:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-21 04:14:46 +0800 |
commit | 33dc61fe2b17dde5b9925964bc57a6f356217b46 (patch) | |
tree | b087bc67ef76cc22cf2daf117ae1832253566fe7 /graphics/Coin | |
parent | 5a9961f21ad08d584ba0c26237fdac8ae785361a (diff) | |
download | freebsd-ports-gnome-33dc61fe2b17dde5b9925964bc57a6f356217b46.tar.gz freebsd-ports-gnome-33dc61fe2b17dde5b9925964bc57a6f356217b46.tar.zst freebsd-ports-gnome-33dc61fe2b17dde5b9925964bc57a6f356217b46.zip |
BROKEN: Incorrect pkg-plist (removes files not installed by this port)
Diffstat (limited to 'graphics/Coin')
-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 ae3d74d26689..5991fd871064 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 |