diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-10 17:40:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-10 17:40:21 +0000 |
commit | 0c66abd0415db033be80fc46ce00a5fd804cea0a (patch) | |
tree | f7a4caa1e8333a898e49a82f14212202fded7e84 /textproc/expat2/Makefile | |
parent | upgrade to 0.2.0 (diff) |
Use bmake instead of gmake - this hopefully resolves dependency deadloop
(gettext->expat->gmake->gettext->expat->...) occasionally created by yours
truly.
Reported by: marcus
Self kick applied to: sobomax
Notes
Notes:
svn path=/head/; revision=58871
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r-- | textproc/expat2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index ebb40ecc6bc1..7bd8b9f1cb69 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -15,13 +15,12 @@ MAINTAINER= kuriyama@FreeBSD.org CONFIGURE_ARGS= --enable-shared --enable-static USE_LIBTOOL= yes -USE_GMAKE= yes INSTALLS_SHLIB= yes SHLIB_MAJOR= 2 -MAKE_ARGS= LIBCURRENT="${SHLIB_MAJOR}" +MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" post-install: |