diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-05 10:18:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-05 10:18:09 +0800 |
commit | fb67af18b21e550e6df94b2054e81c4a8ccc06f1 (patch) | |
tree | 1b7f634833f20b01eb331dbb7da5f0c0f4e3faa1 /Mk/bsd.kde4.mk | |
parent | f22bafe5ba52240f804ab7afc5295b8322233d10 (diff) | |
download | freebsd-ports-gnome-fb67af18b21e550e6df94b2054e81c4a8ccc06f1.tar.gz freebsd-ports-gnome-fb67af18b21e550e6df94b2054e81c4a8ccc06f1.tar.zst freebsd-ports-gnome-fb67af18b21e550e6df94b2054e81c4a8ccc06f1.zip |
* Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*
forms are retained for compatibility but deprecated [1]
* Add sha256 to CHECKSUM_ALGORITHMS [2]
* Remove some whitespace [2]
* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]
* Fix USE_LDCONFIG with non-default PREFIX [4]
* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
support [5]
* Add 'make missing' to show missing dependencies [6]
* Fix DESKTOP_ENTRIES processing on 4.x [7]
PR: 92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
93601 [6], 98891 [7]
Submitted by: linimon [1], edwin [2], alex at foxybanana dot com [3],
gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
shaun [7]
Diffstat (limited to 'Mk/bsd.kde4.mk')
-rw-r--r-- | Mk/bsd.kde4.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index f2f19e71bc11..43aa064f6347 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -68,7 +68,7 @@ LIB_DEPENDS+= kimproxy:${PORTSDIR}/x11/kdelibs3 USE_QT_VER= 3 PREFIX= ${KDE_PREFIX} .else -IGNORE= Unsupported value in USE_KDELIBS_VER +IGNORE= cannot install: unsupported value in USE_KDELIBS_VER .endif # ${USE_KDELIBS_VER} == 3 .endif # defined(USE_KDELIBS_VER) @@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--with-qt-includes=${QT_PREFIX}/include \ CONFIGURE_ENV+= MOC="${MOC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" LIBS="${QTCFGLIBS}" .endif # !defined(QT_NONSTANDARD) .else -IGNORE= Unsupported value of USE_QT_VER +IGNORE= cannot install: unsupported value of USE_QT_VER .endif # defined(USE_QT_VER) # End of USE_QT_VER section |