aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnome-screensaver
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-05-14 07:40:18 +0800
committermarcus <marcus@FreeBSD.org>2006-05-14 07:40:18 +0800
commit8928de12f2281d1c91d99b3d0a0ae399990211ab (patch)
tree524543ce942bd539f605acf6594a11bab39a4e4c /x11/gnome-screensaver
parentbbfe04d053160603f49998647ac8f68943a08c96 (diff)
downloadfreebsd-ports-gnome-8928de12f2281d1c91d99b3d0a0ae399990211ab.tar.gz
freebsd-ports-gnome-8928de12f2281d1c91d99b3d0a0ae399990211ab.tar.zst
freebsd-ports-gnome-8928de12f2281d1c91d99b3d0a0ae399990211ab.zip
Use the correct configure option to disable PAM.
Diffstat (limited to 'x11/gnome-screensaver')
-rw-r--r--x11/gnome-screensaver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile
index 0591edb484bb..73ba68b53566 100644
--- a/x11/gnome-screensaver/Makefile
+++ b/x11/gnome-screensaver/Makefile
@@ -45,7 +45,7 @@ BROKEN= Does not build on 4.X
.endif
.if !defined(WITH_PAM)
-CONFIGURE_ARGS+= --without-pam
+CONFIGURE_ARGS+= --disable-pam
.endif
post-patch: