diff options
author | pav <pav@FreeBSD.org> | 2006-12-03 10:24:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-03 10:24:02 +0800 |
commit | 40229bd47d5a56b7ca0025d849c2c43498ab6500 (patch) | |
tree | 875217f28da2f72f310931bff61372cf9c03360a /x11-toolkits/wxmozilla | |
parent | c767b1ba56b3f6b89406cc64d3fe5e82f70887b0 (diff) | |
download | freebsd-ports-gnome-40229bd47d5a56b7ca0025d849c2c43498ab6500.tar.gz freebsd-ports-gnome-40229bd47d5a56b7ca0025d849c2c43498ab6500.tar.zst freebsd-ports-gnome-40229bd47d5a56b7ca0025d849c2c43498ab6500.zip |
- Fix previous commit, re-add errourneously removed wxgtk24 dependency
Reported by: krismail
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 64c33c5c7be2..2ed4adbb5c31 100644 --- a/x11-toolkits/wxmozilla/Makefile +++ b/x11-toolkits/wxmozilla/Makefile @@ -22,7 +22,7 @@ USE_GECKO= mozilla USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-python USE_WX= 2.4 -WX_COMPS= python +WX_COMPS= wx python WX_CONF_ARGS= absolute USE_LDCONFIG= yes |