diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-06-23 21:03:10 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-06-23 21:03:10 +0000 |
commit | 0953eeb60d960bd9da4489b0711f358590caf7cb (patch) | |
tree | a20c3b174d1dca2fb6f0d3342abd73040213de6a /lang/mono-basic | |
parent | 6821f4aa3707db838d86c5dcffb17527ecf48e06 (diff) | |
download | ports-0953eeb60d960bd9da4489b0711f358590caf7cb.tar.gz ports-0953eeb60d960bd9da4489b0711f358590caf7cb.zip |
Use GNU_CONFIGURE instead of HAS_CONFIGURE.
Reported by: John Hein
Notes
Notes:
svn path=/head/; revision=236556
Diffstat (limited to 'lang/mono-basic')
-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 |