diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-07 02:06:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-07 02:06:22 +0800 |
commit | 81353c76ba267d284d9c1404b4b092facd122cee (patch) | |
tree | b714dd6cba7a46f528290712fdc4e30d201d573d /www | |
parent | 6bd1a79c69a2ae761dc1c4d7645b1d3411401ff0 (diff) | |
download | freebsd-ports-graphics-81353c76ba267d284d9c1404b4b092facd122cee.tar.gz freebsd-ports-graphics-81353c76ba267d284d9c1404b4b092facd122cee.tar.zst freebsd-ports-graphics-81353c76ba267d284d9c1404b4b092facd122cee.zip |
Use the right HEADS_SUFX to fix the build.
Reported by: pointyhat via kris
Diffstat (limited to 'www')
-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 e45d8190ad9..504e8e1af32 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 |