aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-04-13 02:05:21 +0800
committerlofi <lofi@FreeBSD.org>2005-04-13 02:05:21 +0800
commitf62a08cea712359f77f92bcc7080f3b47fe5df66 (patch)
treebeaceb3f090be9d6b961b571395c1fcbee474a32 /x11-toolkits
parent52bce9b348a995993c9d0dddbde9971a847e11d5 (diff)
downloadfreebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.tar.gz
freebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.tar.zst
freebsd-ports-gnome-f62a08cea712359f77f92bcc7080f3b47fe5df66.zip
s/.elseif/.elif
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt33/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 13391741291b..4bbaee917a9d 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+=-platform ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
.if !defined(WITHOUT_XFT)
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
-.elseif defined(WITHOUT_XFT)
+.elif defined(WITHOUT_XFT)
CONFIGURE_ARGS+=-no-xft
.endif
@@ -98,21 +98,21 @@ CONFIGURE_ARGS+=-debug
.if !defined(WITHOUT_OPENGL)
USE_GL= yes
CONFIGURE_ARGS+=-dlopen-opengl
-.elseif defined(WITHOUT_OPENGL)
+.elif defined(WITHOUT_OPENGL)
CONFIGURE_ARGS+=-disable-opengl
.endif # WITHOUT_OPENGL
.if !defined(WITHOUT_CUPS)
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
-.elseif defined(WITHOUT_CUPS)
+.elif defined(WITHOUT_CUPS)
CUPS=
.endif
.if !defined(WITHOUT_NAS)
LIB_DEPENDS+= audio:${PORTSDIR}/audio/nas
CONFIGURE_ARGS+=-system-nas-sound -no-pch
-.elseif defined(WITHOUT_NAS)
+.elif defined(WITHOUT_NAS)
CONFIGURE_ARGS+=-no-nas-sound
.endif
@@ -143,7 +143,7 @@ EXTRA_PATCHES= ${PATCHDIR}/0001-dnd_optimization.patch \
PKGNAMESUFFIX= -copy
COMMENT+= (+ KDE patches)
CONFLICTS+= qt-3.3.*
-.elseif defined(WITHOUT_KDE_PATCHES)
+.elif defined(WITHOUT_KDE_PATCHES)
CONFLICTS+= qt-copy-[0-9]*
.endif