diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-19 19:12:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-19 19:12:52 +0000 |
commit | 43cf901a71ee6dc14f5ee0d054a171bb37aafb96 (patch) | |
tree | b1a8f3d26d37daf2a9d31be50592213860e85efe /japanese/xdtp | |
parent | e8b9b290234ac221233c948d864af766604477b7 (diff) |
Notes
Diffstat (limited to 'japanese/xdtp')
-rw-r--r-- | japanese/xdtp/Makefile | 3 |
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) |