diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-26 09:41:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-26 09:41:57 +0000 |
commit | 87c6b5340d077952535444f1173d6656696b965f (patch) | |
tree | b6fee333d6a0a140263f76bfe11b0b0508ca687e /textproc/xmlada | |
parent | 9b50f72e4090a8248b635dc22c50ed264aec3838 (diff) |
Notes
Diffstat (limited to 'textproc/xmlada')
-rw-r--r-- | textproc/xmlada/Makefile.FreeBSD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/xmlada/Makefile.FreeBSD b/textproc/xmlada/Makefile.FreeBSD new file mode 100644 index 000000000000..a4695b4a073f --- /dev/null +++ b/textproc/xmlada/Makefile.FreeBSD @@ -0,0 +1,5 @@ +# $FreeBSD$ + +.if ${OSVERSION} < 900000 +CONFIGURE_ARGS+= --disable-shared +.endif |