diff options
author | Will Andrews <will@FreeBSD.org> | 2002-03-30 09:07:53 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-03-30 09:07:53 +0000 |
commit | 97e6d164088095904ab49eafe23f9e1c67c494de (patch) | |
tree | 2a01fc85decccff8ce009661334e22692c899251 /x11-clocks | |
parent | 8b392d97c6346a46347c1582408f145698da0544 (diff) | |
download | ports-97e6d164088095904ab49eafe23f9e1c67c494de.tar.gz ports-97e6d164088095904ab49eafe23f9e1c67c494de.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys2/Makefile | 8 | ||||
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 8 | ||||
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/x11-clocks/kdetoys2/Makefile b/x11-clocks/kdetoys2/Makefile index 20ed0ce76568..3c55f0e4e6bd 100644 --- a/x11-clocks/kdetoys2/Makefile +++ b/x11-clocks/kdetoys2/Makefile @@ -24,6 +24,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + .include "${.CURDIR}/../../x11/kde2/Makefile.kde" pre-configure: @@ -37,4 +43,4 @@ pre-configure: cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index 20ed0ce76568..3c55f0e4e6bd 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -24,6 +24,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + .include "${.CURDIR}/../../x11/kde2/Makefile.kde" pre-configure: @@ -37,4 +43,4 @@ pre-configure: cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 20ed0ce76568..3c55f0e4e6bd 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -24,6 +24,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + .include "${.CURDIR}/../../x11/kde2/Makefile.kde" pre-configure: @@ -37,4 +43,4 @@ pre-configure: cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ ${GMAKE} -f Makefile.cvs -.include <bsd.port.mk> +.include <bsd.port.post.mk> |