diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-06 18:06:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-06 18:06:22 +0000 |
commit | 81353c76ba267d284d9c1404b4b092facd122cee (patch) | |
tree | b714dd6cba7a46f528290712fdc4e30d201d573d /www/galeon/Makefile | |
parent | 6bd1a79c69a2ae761dc1c4d7645b1d3411401ff0 (diff) | |
download | FreeBSD-ports-81353c76ba267d284d9c1404b4b092facd122cee.zip FreeBSD-ports-81353c76ba267d284d9c1404b4b092facd122cee.tar.gz |
Use the right HEADS_SUFX to fix the build.
Reported by: pointyhat via kris
Diffstat (limited to 'www/galeon/Makefile')
-rw-r--r-- | www/galeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index e45d819..504e8e1 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZIL MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="1.7" MOZILLA= mozilla-gtk1 -HEADERS_SUFX= +HEADERS_SUFX= -gtk1 USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack bonobo libglade gnomevfs gnometarget |