diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-13 02:05:21 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-13 02:05:21 +0800 |
commit | f62a08cea712359f77f92bcc7080f3b47fe5df66 (patch) | |
tree | beaceb3f090be9d6b961b571395c1fcbee474a32 /audio/jack/Makefile | |
parent | 52bce9b348a995993c9d0dddbde9971a847e11d5 (diff) | |
download | freebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.tar.gz freebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.tar.zst freebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.zip |
s/.elseif/.elif
Diffstat (limited to 'audio/jack/Makefile')
-rw-r--r-- | audio/jack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index dd33d273b3ca..986e8ddd699f 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -44,7 +44,7 @@ WITH_DOCS= yes .if defined(WITH_DOCS) || defined(PACKAGE_BUILDING) BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen PLIST_SUB+= DOCS="" -.elseif defined(WITHOUT_DOCS) +.elif defined(WITHOUT_DOCS) CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN="false" PLIST_SUB+= DOCS="@comment " .endif |