diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-19 17:58:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-19 17:58:00 +0000 |
commit | fc253cde98f56525d2da09df98dce58418544858 (patch) | |
tree | 778afc229412c1f21ff4eeefe732bf7a8f61763a /x11-toolkits | |
parent | 7dce0d41a5d65da61163b0ae5f68c0827818315f (diff) | |
download | ports-fc253cde98f56525d2da09df98dce58418544858.tar.gz ports-fc253cde98f56525d2da09df98dce58418544858.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxmozilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile index 80a062488b41..a9009e25f513 100644 --- a/x11-toolkits/wxmozilla/Makefile +++ b/x11-toolkits/wxmozilla/Makefile @@ -25,7 +25,7 @@ USE_PYTHON= yes USE_GNOME= gnomehack WXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config GNU_CONFIGURE= yes -CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/firebird/lib/pkgconfig" +CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/firefox/lib/pkgconfig" CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python INSTALLS_SHLIB= yes |