diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-29 00:21:14 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-29 00:21:14 +0000 |
commit | a05e34d946027635f286e77ab6320345b12d39ad (patch) | |
tree | 9238f7fefa0470a5a5d78386e9e6a347add8e23f /x11/kdelibs4 | |
parent | afb8e1a19d15fd4a17227330b97b960e6056df56 (diff) |
Notes
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index aa9c5b109fe6..7714136d830e 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/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> |