summaryrefslogtreecommitdiff
path: root/www/mozilla-gtk1
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-21 16:37:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-21 16:37:33 +0000
commit2e3c7b8192224bc78804d6b5d021bff8a8934f2a (patch)
tree14ee264b5bad7474671e6629788aa47d93c3c230 /www/mozilla-gtk1
parentAt last, the long awaited update to 1.2.1. Let the bloodbath begin! (diff)
Add mozilla-gtk2 after a repo copy from mozilla-devel-gtk2. mozilla-gtk2
is a slave port that serves to enable GTK2 support in Mozilla.
Notes
Notes: svn path=/head/; revision=73727
Diffstat (limited to 'www/mozilla-gtk1')
-rw-r--r--www/mozilla-gtk1/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla-gtk1/Makefile b/www/mozilla-gtk1/Makefile
index a4b3989f42b5..12c1d4f43ed7 100644
--- a/www/mozilla-gtk1/Makefile
+++ b/www/mozilla-gtk1/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= mozilla
-PORTREVISION= 2
+PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= www
-MASTERDIR= ${.CURDIR}/../mozilla-devel
+MASTERDIR= ${.CURDIR}/../mozilla
DESCR= ${PKGDIR}/pkg-descr.gtk2
WITH_GTK2= yes
WITHOUT_XFT= "Causes crashes when used with apps such as Galeon 2"
-MOZILLA= mozilla-devel-gtk2
+MOZILLA= mozilla-gtk2
.include "${MASTERDIR}/Makefile"