aboutsummaryrefslogtreecommitdiff
path: root/graphics/panorama
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-11 21:46:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-11 21:46:47 +0000
commitf664bfdc8de0cf44a88e93e0283f4cf5c500864c (patch)
treeacbea53259198c50f33363247bef59e6ff308024 /graphics/panorama
parentf7c83cc54801292e41d4b29075308f614d5f360d (diff)
Notes
Diffstat (limited to 'graphics/panorama')
-rw-r--r--graphics/panorama/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/panorama/Makefile b/graphics/panorama/Makefile
index e0e203185fc1..55b0bb9cc061 100644
--- a/graphics/panorama/Makefile
+++ b/graphics/panorama/Makefile
@@ -22,6 +22,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
freetype.9:${PORTSDIR}/print/freetype2 \
gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
+BROKEN= "Does not build"
+
USE_BZIP2= yes
USE_BISON= yes
USE_GNOME= gnometarget gtk12
@@ -39,10 +41,6 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not link render"
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \
's|-module -rpath|-module -avoid-version -rpath|g'