diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-13 17:28:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-13 17:28:31 +0000 |
commit | 94f0dc4b1c58c3832758e3116904079483e619b9 (patch) | |
tree | c76f6a01fd644e9191f6d2beac88d2ea0f047e66 /japanese/xdtp/Makefile | |
parent | 31489f1f06d9e372e1f212b4af0a51c85f9c8d26 (diff) |
Update to 1.0.1
PR: 87369
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Approved by: novel (mentor)
Notes
Notes:
svn path=/head/; revision=145284
Diffstat (limited to 'japanese/xdtp/Makefile')
-rw-r--r-- | japanese/xdtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile index 6c0daa371b26..7718c3106f9e 100644 --- a/japanese/xdtp/Makefile +++ b/japanese/xdtp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xdtp -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= japanese MASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/ DISTNAME= xdtp-${PORTVERSION} @@ -18,6 +18,7 @@ COMMENT= XDTP (XML Document Transfer Program) LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm INSTALLS_SHLIB= yes +USE_GCC= 3.4 USE_GNOME= libxml2 libxslt pkgconfig GNU_CONFIGURE= yes |