summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-29 00:21:14 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-29 00:21:14 +0000
commita05e34d946027635f286e77ab6320345b12d39ad (patch)
tree9238f7fefa0470a5a5d78386e9e6a347add8e23f /x11/kdelibs2
parentTake a shot at mentioning what kind of OpenSSL support we have, since KDE2 (diff)
Oops, forgot bsd.port.pre.mk/bsd.port.post.mk (the previous commit was
obviously untested, sorry). Submitted by: FreshPorts (via Dan Langille <dan@langille.org>)
Notes
Notes: svn path=/head/; revision=34378
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index aa9c5b109fe6..7714136d830e 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -39,6 +39,8 @@ USE_GMAKE= yes
MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}"
PLIST_SUB+= LIBVER="${SOMAJOR}"
+.include <bsd.port.pre.mk>
+
pre-fetch:
.if ${OSVERSION} <= 410002
@${ECHO}
@@ -66,4 +68,4 @@ post-install:
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.0 ${PREFIX}/lib/lib${LIB}.so
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>