diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-18 15:27:03 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-18 15:27:03 +0800 |
commit | f82b9bf370e2176bf21a44ea6a9629ef4a1f3f40 (patch) | |
tree | 774d628f522b3f7ba04e2f0f61a4d0cc2e8d32e5 /www/galeon2 | |
parent | 19b7134ab95bdb63f50f6263e8e1c94f8e0a99d8 (diff) | |
download | freebsd-ports-gnome-f82b9bf370e2176bf21a44ea6a9629ef4a1f3f40.tar.gz freebsd-ports-gnome-f82b9bf370e2176bf21a44ea6a9629ef4a1f3f40.tar.zst freebsd-ports-gnome-f82b9bf370e2176bf21a44ea6a9629ef4a1f3f40.zip |
Remove mozilla-headers.
This integrates the headers from mozilla-headers and mozilla-headers-devel
into mozilla and mozilla-devel.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 65bca6982bb0..e3c9058fb402 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -17,8 +17,7 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= gnome@freebsd.org COMMENT= A GNOME 2 Web browser based on gecko (the Mozilla rendering engine) -BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers${HEADERS_SUFX} \ - ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} +BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" |