aboutsummaryrefslogtreecommitdiff
path: root/japanese/xdtp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-20 17:20:54 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-20 17:20:54 +0000
commit5885f567cc0ef225daa4822df7636fc29df79a58 (patch)
treebf8a924d1ade7a8e3a8f6c63e85254e167ed2adb /japanese/xdtp
parent79e06f598725fa66636db1f636d9533dd7a180c5 (diff)
downloadports-5885f567cc0ef225daa4822df7636fc29df79a58.tar.gz
ports-5885f567cc0ef225daa4822df7636fc29df79a58.zip
Notes
Diffstat (limited to 'japanese/xdtp')
-rw-r--r--japanese/xdtp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile
index 030d4cd2a3d9..27ec6b418427 100644
--- a/japanese/xdtp/Makefile
+++ b/japanese/xdtp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xdtp
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/
DISTNAME= xdtp-${PORTVERSION}
@@ -27,10 +27,12 @@ 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 ${ARCH} == "amd64"
+CFLAGS+= -fPIC
+.endif
+
.if defined(WITH_GDK)
USE_GNOME+= gtk20
.else