diff options
Diffstat (limited to 'textproc/kbedic/Makefile')
-rw-r--r-- | textproc/kbedic/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/kbedic/Makefile b/textproc/kbedic/Makefile index de35b2183f95..24a205842dd8 100644 --- a/textproc/kbedic/Makefile +++ b/textproc/kbedic/Makefile @@ -29,16 +29,14 @@ CONFIGURE_ARGS= --datadir=${DICT_DIR} USE_QT_VER= 2 USE_X_PREFIX= yes CONFIGURE_ARGS+= --with-x +EXTRA_PATCHES+= ${FILESDIR}/src::win.cpp.patch .else PLIST= ${PKGDIR}/pkg-plist.console +EXTRA_PATCHES+= ${FILESDIR}/src::cbedic.cpp.patch .endif .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - pre-fetch: @${ECHO_MSG} " --- Dictionaries setup information ---" @${ECHO_MSG} "This port uses dictionaries provided by the textproc/bedic-data port." |