diff options
author | erwin <erwin@FreeBSD.org> | 2009-07-31 00:08:09 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-07-31 00:08:09 +0800 |
commit | e3fb2264a3566676e09095e6c44b931e07f47b2c (patch) | |
tree | c7b23d18c26b6b6acb3f25ea5f3bfc8783dfdc46 | |
parent | f2c3e03ecafae5ec5c5f8e10300881cbbb9fd7d2 (diff) | |
download | freebsd-ports-gnome-e3fb2264a3566676e09095e6c44b931e07f47b2c.tar.gz freebsd-ports-gnome-e3fb2264a3566676e09095e6c44b931e07f47b2c.tar.zst freebsd-ports-gnome-e3fb2264a3566676e09095e6c44b931e07f47b2c.zip |
Set NO_LATEST_LINK as it conflicts with x11-toolkits/py-wxPython28
Submitted by: pointyhat
Discussed with: alepulver
Approved by: maintainer timeout
-rw-r--r-- | x11-toolkits/py-wxPython26/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 1c4647d86a34..eb8caec68e15 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -34,6 +34,7 @@ WX_COMPS= contrib WX_PREMK= yes DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo WXPORT= gtk2 +NO_LATEST_LINK= yes .if defined(WITH_COMMON_ONLY) PYDISTUTILS_NOEGGINFO= yes |