aboutsummaryrefslogtreecommitdiff
path: root/net/tvark/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835 /net/tvark/Makefile
parent92de6ccebceda884546e94d61280d86bf0d94eec (diff)
Notes
Diffstat (limited to 'net/tvark/Makefile')
-rw-r--r--net/tvark/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tvark/Makefile b/net/tvark/Makefile
index 2a8f056cc220..899d37ae6fe0 100644
--- a/net/tvark/Makefile
+++ b/net/tvark/Makefile
@@ -19,9 +19,15 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_X_PREFIX= yes
USE_GNOME= gtk12
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile
@${PERL} -pi -e "s|gtk-config|${GTK_CONFIG}|" ${WRKSRC}/Makefile
@${PERL} -pi -e "s|-ggdb|${CFLAGS}|" ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>