diff options
-rw-r--r-- | textproc/rast/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile index 4b5ca33f6c7f..01eb63c7f0b5 100644 --- a/textproc/rast/Makefile +++ b/textproc/rast/Makefile @@ -22,7 +22,6 @@ USE_AUTOTOOLS= libtool:22 USE_BZIP2= YES USE_BDB= 42 GNU_CONFIGURE= YES -USE_GMAKE= YES USE_RUBY= YES CONFIGURE_ARGS= \ --with-apr-config=${LOCALBASE}/bin/apr-1-config \ @@ -71,8 +70,4 @@ PLIST_SUB+= WITH_XMLRPC_C="@comment " DEFAULT_ENCODING?= euc_jp -.if ${OSVERSION} >= 800000 -BROKEN= does not compile on 8.X -.endif - .include <bsd.port.post.mk> |