aboutsummaryrefslogtreecommitdiff
path: root/deskutils/ithought
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-06 10:14:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-06 10:14:34 +0000
commit5d2b9f69d690d5e732cafd007156d3c9fefda57f (patch)
treefe7cd216e09a0c3e6028fcc0046dcfbda5883d68 /deskutils/ithought
parent0cb595fdf91604dc747a1bfaf47bdd1a6bcd7bfc (diff)
downloadports-5d2b9f69d690d5e732cafd007156d3c9fefda57f.tar.gz
ports-5d2b9f69d690d5e732cafd007156d3c9fefda57f.zip
Notes
Diffstat (limited to 'deskutils/ithought')
-rw-r--r--deskutils/ithought/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile
index b4b3762ef224..e1cb3c82c142 100644
--- a/deskutils/ithought/Makefile
+++ b/deskutils/ithought/Makefile
@@ -14,18 +14,11 @@ MASTER_SITE_SUBDIR= ithought
MAINTAINER= ports@FreeBSD.org
COMMENT= An extensible text management system
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/libexec
USE_GNOME= gtk12
-post-patch:
- @${PERL} -i.orig -p \
- -e 's#`gnome-config --cflags gtk`#`${GTK_CONFIG} --cflags`#;' \
- -e 's#`gnome-config --cflags gtk xml`#`${GTK_CONFIG} --cflags; xml-config --cflags`#;' \
- -e 's#`gnome-config --libs gtk xml`#`${GTK_CONFIG} --libs; xml-config --libs`#;' \
- ${WRKSRC}/src/Makefile.in
-
.include <bsd.port.mk>