diff options
author | asami <asami@FreeBSD.org> | 2001-04-16 10:28:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-04-16 10:28:15 +0000 |
commit | 6cf579ea4e87df7de01ac24583e6e4acb0fa9bd9 (patch) | |
tree | 424e23b881b1012d6c0ddbcafe5b2c4d7d51bcd5 /Mk | |
parent | 9fc6141b37760b1af8962272e0d9eb9e74781a2e (diff) | |
download | FreeBSD-ports-6cf579ea4e87df7de01ac24583e6e4acb0fa9bd9.zip FreeBSD-ports-6cf579ea4e87df7de01ac24583e6e4acb0fa9bd9.tar.gz |
(1) Move inclusion of bsd.kde.mk to the right place.
Reviewed by: will
Tested on: bento
(2) Chase XFree86-3 revision.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index bca063c..9aff915 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -701,6 +701,10 @@ MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ .include "${PORTSDIR}/Mk/bsd.ruby.mk" .endif +.if defined(USE_QT) || defined(USE_QT2) || defined(USE_QT_VER) || defined(USE_KDELIBS_VER) || defined(USE_KDEBASE_VER) +.include "${PORTSDIR}/Mk/bsd.kde.mk" +.endif + .include "${PORTSDIR}/Mk/bsd.gnome.mk" # defaults to 3.3.6; will be changed to 4.0 when it is ready @@ -821,7 +825,7 @@ LIB_DEPENDS+= dps.0:${PORTSDIR}/x11/dgs LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3 .endif XAWVER= 6 -PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.6_7)' +PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.6_8)' .else .if defined(USE_IMAKE) BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 @@ -890,10 +894,6 @@ LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86-4-libraries .endif .endif -.if defined(USE_QT) || defined(USE_QT2) || defined(USE_QT_VER) || defined(USE_KDELIBS_VER) || defined(USE_KDEBASE_VER) -.include "${PORTSDIR}/Mk/bsd.kde.mk" -.endif - .include "${PORTSDIR}/Mk/bsd.gnome.mk" .if exists(${PORTSDIR}/../Makefile.inc) |