diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-20 01:58:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-20 01:58:00 +0800 |
commit | 7b357d9ff1d15a1a5e577a11b9f01ed5959eccf9 (patch) | |
tree | e5d237ab05459884523f39f49cbeaf7d43e40281 /x11-toolkits/wxmozilla | |
parent | 18606aba04570ebd15ba2c9abea0d73d704c1b10 (diff) | |
download | freebsd-ports-gnome-7b357d9ff1d15a1a5e577a11b9f01ed5959eccf9.tar.gz freebsd-ports-gnome-7b357d9ff1d15a1a5e577a11b9f01ed5959eccf9.tar.zst freebsd-ports-gnome-7b357d9ff1d15a1a5e577a11b9f01ed5959eccf9.zip |
Substitute another occurance of firebird with firefox.
Reported by: bento via kris
Diffstat (limited to 'x11-toolkits/wxmozilla')
-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 |