summaryrefslogtreecommitdiff
path: root/japanese/xdtp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-19 19:12:52 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-19 19:12:52 +0000
commit43cf901a71ee6dc14f5ee0d054a171bb37aafb96 (patch)
treeb1a8f3d26d37daf2a9d31be50592213860e85efe /japanese/xdtp
parent- Update to 2.64 (diff)
. compile with -fPIC, this fixes build on amd64
. bump PORTREVISION Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=145891
Diffstat (limited to 'japanese/xdtp')
-rw-r--r--japanese/xdtp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile
index 7718c3106f9e..030d4cd2a3d9 100644
--- a/japanese/xdtp/Makefile
+++ b/japanese/xdtp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xdtp
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/
DISTNAME= xdtp-${PORTVERSION}
@@ -26,6 +27,8 @@ OPTIONS= GDK "Build with Gdk-Pixbuf" on \
DEBUG "Build with debug option" off \
INCLUDE "Install with XDTP include files" on
+CFLAGS+= -fPIC
+
.include <bsd.port.pre.mk>
.if defined(WITH_GDK)