aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-31 10:20:19 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-31 10:20:19 +0000
commit8c0949d312466b11084419d4b64b8bfb02813961 (patch)
tree9251bf67ea16be6fb55f955f686e3e62b85ae442 /x11
parentb67226884f97937979a6a1c300a9918daa1e3c94 (diff)
downloadports-8c0949d312466b11084419d4b64b8bfb02813961.tar.gz
ports-8c0949d312466b11084419d4b64b8bfb02813961.zip
Use '::' as an dependency operator for pre-everything target. This is
Notes
Notes: svn path=/head/; revision=52442
Diffstat (limited to 'x11')
-rw-r--r--x11/wdm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 1f00fb007e23..b04341c45e0d 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --enable-pam
LIBPAM= -lpam
.endif
-pre-everything:
+pre-everything::
.if !defined(WITH_PAM)
@${ECHO_MSG} "To build this port with PAM support, define \"WITH_PAM\"."
.endif