diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-10 14:20:34 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-10 14:20:34 +0800 |
commit | a0e58161b209c6a41d65fa7165365e9a053b7b18 (patch) | |
tree | 13e956948ac59dd20e09ebde3a54942d9696705e | |
parent | 419d6d1b6f102317f43668101108f4006f54b558 (diff) | |
download | freebsd-ports-gnome-a0e58161b209c6a41d65fa7165365e9a053b7b18.tar.gz freebsd-ports-gnome-a0e58161b209c6a41d65fa7165365e9a053b7b18.tar.zst freebsd-ports-gnome-a0e58161b209c6a41d65fa7165365e9a053b7b18.zip |
- Unbreak on 8.x by removing gmake usage which is not needed.
-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> |