diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2005-02-28 13:52:56 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2005-02-28 13:52:56 +0000 |
commit | ba3bce8d3c0885f5b833b5d38d2a33b831b519fa (patch) | |
tree | cb6aca9647cb3dee7ab1e960025edd96c695b5c3 /textproc/iiimf-x | |
parent | Fix typo in linux-tiff version number for (diff) |
fixed to build IIIMF-related ports on 4-stable
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
Pointed out by: gohan via krisbot
Notes
Notes:
svn path=/head/; revision=130020
Diffstat (limited to 'textproc/iiimf-x')
-rw-r--r-- | textproc/iiimf-x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 532538a31a56..94a59584e382 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib \ RUN_DEPENDS= ${LOCALBASE}/lib/im/xiiimp.so:${PORTSDIR}/textproc/iiimf-x-lib IIIMF_VER= r12_1-svn2002 +USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= intltool |