diff options
Diffstat (limited to 'devel/titano')
-rw-r--r-- | devel/titano/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/titano/Makefile b/devel/titano/Makefile index b025f79fd0e2..cc722e18569e 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -17,6 +17,12 @@ COMMENT= An IDE for GNOME desktop LIB_DEPENDS= gtkeditor.0:${PORTSDIR}/x11-toolkits/libgtkeditor +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + WRKSRC= ${WRKDIR}/${DISTNAME:S/b//} USE_REINPLACE= yes @@ -36,4 +42,4 @@ post-install: ${MKDIR} ${PREFIX}/share/gnome/pixmaps/titano ${INSTALL_DATA} ${WRKSRC}/src/xpm/* ${PREFIX}/share/gnome/pixmaps/titano -.include <bsd.port.mk> +.include <bsd.port.post.mk> |