diff options
author | flz <flz@FreeBSD.org> | 2009-06-24 05:03:10 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-06-24 05:03:10 +0800 |
commit | f165ca614eb2e2f6e6a8d1122aa1014faff26de8 (patch) | |
tree | 9951bda338b812d3ad381a484d63fa2ac369e6e5 | |
parent | 67626168676576dc4d406d9990afd6f1e55ce1ab (diff) | |
download | freebsd-ports-gnome-f165ca614eb2e2f6e6a8d1122aa1014faff26de8.tar.gz freebsd-ports-gnome-f165ca614eb2e2f6e6a8d1122aa1014faff26de8.tar.zst freebsd-ports-gnome-f165ca614eb2e2f6e6a8d1122aa1014faff26de8.zip |
Use GNU_CONFIGURE instead of HAS_CONFIGURE.
Reported by: John Hein
-rw-r--r-- | lang/mono-basic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index 07a82a669e8d..f8ac8b4f99a6 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono MAN1= vbnc.1 USE_BZIP2= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_GMAKE= yes tests: build |