diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-06-04 17:45:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-06-04 17:45:54 +0000 |
commit | d7f5a220663a3296cf6928f604eba1d453e95667 (patch) | |
tree | 0a4a791f85ed4e6bb95c6cfdbe7d31d11ed4493f /x11-toolkits/gtkmathview/Makefile | |
parent | 3e023d815f6081901460e5654d8dfb965947438f (diff) | |
download | ports-d7f5a220663a3296cf6928f604eba1d453e95667.tar.gz ports-d7f5a220663a3296cf6928f604eba1d453e95667.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkmathview/Makefile')
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index aa1dc7e5efe0..c08c456a4dea 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -20,11 +20,7 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ xml2:${PORTSDIR}/textproc/libxml2 \ gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 BROKEN= "Configure fails" -.endif USE_REINPLACE= yes USE_X_PREFIX= yes @@ -45,4 +41,4 @@ post-patch: post-install: @install-info ${PREFIX}/info/gtkmathview.info ${PREFIX}/info/dir -.include <bsd.port.post.mk> +.include <bsd.port.mk> |