aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxmozilla
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-12 03:15:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-12 03:15:04 +0000
commit5a4687732f25ba29fb642febbdc178a25833cedd (patch)
tree976a939037226f4435448e2a6ec7674d1bea07b9 /x11-toolkits/wxmozilla
parent4bc34e32cf6de0e9177db97116f2b60c667009b9 (diff)
downloadports-5a4687732f25ba29fb642febbdc178a25833cedd.tar.gz
ports-5a4687732f25ba29fb642febbdc178a25833cedd.zip
Notes
Diffstat (limited to 'x11-toolkits/wxmozilla')
-rw-r--r--x11-toolkits/wxmozilla/Makefile14
-rw-r--r--x11-toolkits/wxmozilla/files/patch-ltmain.sh15
2 files changed, 4 insertions, 25 deletions
diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile
index 45d49baef586..b9daeb64b194 100644
--- a/x11-toolkits/wxmozilla/Makefile
+++ b/x11-toolkits/wxmozilla/Makefile
@@ -8,7 +8,7 @@
PORTNAME= wxmozilla
PORTVERSION= 0.5.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,16 +22,10 @@ LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
-USE_GNOME= gnomehack
+USE_GNOME= gnomehack gnometarget
WXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config
-GNU_CONFIGURE= yes
+USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python
INSTALLS_SHLIB= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11-toolkits/wxmozilla/files/patch-ltmain.sh b/x11-toolkits/wxmozilla/files/patch-ltmain.sh
deleted file mode 100644
index e5e27078e805..000000000000
--- a/x11-toolkits/wxmozilla/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Mon Feb 2 14:01:02 2004
-+++ ltmain.sh Mon Feb 2 14:01:19 2004
-@@ -4394,10 +4394,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"