diff options
author | netchild <netchild@FreeBSD.org> | 2006-02-15 03:42:06 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-02-15 03:42:06 +0800 |
commit | 0ec6b804aeafd306dd127e417d8a1e93b9f6a4dc (patch) | |
tree | 9a1e389fdaccc77edf6d80084fcd8df574243b59 /devel/pwlib152 | |
parent | e78c75962e800fd666f1d9409d920727cef21360 (diff) | |
download | freebsd-ports-gnome-0ec6b804aeafd306dd127e417d8a1e93b9f6a4dc.tar.gz freebsd-ports-gnome-0ec6b804aeafd306dd127e417d8a1e93b9f6a4dc.tar.zst freebsd-ports-gnome-0ec6b804aeafd306dd127e417d8a1e93b9f6a4dc.zip |
Add some autoconf-fu to please pointyhat (it's because this port is used
in a :target dependency).
Suggested by: kris
Diffstat (limited to 'devel/pwlib152')
-rw-r--r-- | devel/pwlib152/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pwlib152/Makefile b/devel/pwlib152/Makefile index d8bb3569a939..bf000ddbdb3e 100644 --- a/devel/pwlib152/Makefile +++ b/devel/pwlib152/Makefile @@ -24,7 +24,7 @@ NAME= pwlib USE_BISON= yes USE_GMAKE= yes USE_OPENLDAP= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:259 autoconf:253:env CONFIGURE_ENV= OSRELEASE=${OSVERSION} ALL_TARGET= optnoshared MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib |