diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-18 17:41:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-18 17:41:30 +0000 |
commit | 983ca5050777a63c9c9fd4d877ca1d61e114038b (patch) | |
tree | b5527015c8331439fb83de1727ab26562c6aa148 /www | |
parent | 53f67549a4c6553f6e1009cc08af1f1bdcf48bd5 (diff) | |
download | freebsd-ports-983ca5050777a63c9c9fd4d877ca1d61e114038b.zip |
s/GTK2/GTK1/
This should correct the problem where mozilla-gtk1 was building with GTK+-2
support.
Reported by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-gtk1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-gtk1/Makefile b/www/mozilla-gtk1/Makefile index 13db749c4d3c..73c104920f7a 100644 --- a/www/mozilla-gtk1/Makefile +++ b/www/mozilla-gtk1/Makefile @@ -13,7 +13,7 @@ CATEGORIES= www MASTERDIR= ${.CURDIR}/../mozilla DESCR= ${PKGDIR}/pkg-descr.gtk1 -WITH_GTK2= yes +WITH_GTK1= yes MOZILLA= mozilla-gtk1 .include "${MASTERDIR}/Makefile" |