diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 05:00:56 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 05:00:56 +0000 |
commit | 1c59599ed63e0f61770bd8b5be930d54804dc920 (patch) | |
tree | 9e9c92895130ced453aa2cbf1df58118f1d19af2 | |
parent | Add missing pixmap files. (diff) |
Correct typo to fix automake version usage.
Notes
Notes:
svn path=/head/; revision=52691
-rw-r--r-- | devel/flux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/flux/Makefile b/devel/flux/Makefile index ffde5947633f..b09bfb87e758 100644 --- a/devel/flux/Makefile +++ b/devel/flux/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.copyleft.no/projects/fluxlib/ \ MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes -USE_AUOTMAKE_VER=14 +USE_AUTOMAKE_VER=14 USE_LIBTOOL= yes INSTALLS_SHLIB= yes |