diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 10:34:50 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 10:34:50 +0800 |
commit | ae899e60bb0897c9f3d791707d062d2af39fdf69 (patch) | |
tree | 637348f9c40a21491b859287a59320aceb8dc334 /www/seamonkey | |
parent | e664eaf6853bdce9471c8e7acdfcc195c3ae8201 (diff) | |
download | freebsd-ports-gnome-ae899e60bb0897c9f3d791707d062d2af39fdf69.tar.gz freebsd-ports-gnome-ae899e60bb0897c9f3d791707d062d2af39fdf69.tar.zst freebsd-ports-gnome-ae899e60bb0897c9f3d791707d062d2af39fdf69.zip |
Depend on ORBit.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 51a1c404916e..682391d27837 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m10/src/ MAINTAINER= reg@shale.csir.co.za -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + ORBit.2:${PORTSDIR}/devel/ORBit GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |