diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-22 21:41:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-22 21:41:10 +0800 |
commit | 43962ccbe263f25e8d467a1b87982389b45383d2 (patch) | |
tree | d3febfe095d098b7d216a7fb1b33944182bd1912 /x11-fm/nautilus/Makefile | |
parent | 119ffcf742c21fe2c0e1a750febaa1e961e7520e (diff) | |
download | freebsd-ports-graphics-43962ccbe263f25e8d467a1b87982389b45383d2.tar.gz freebsd-ports-graphics-43962ccbe263f25e8d467a1b87982389b45383d2.tar.zst freebsd-ports-graphics-43962ccbe263f25e8d467a1b87982389b45383d2.zip |
Put back Mozilla support.
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r-- | x11-fm/nautilus/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 2baa9abb7d2..06a41534457 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -23,11 +23,8 @@ LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ ghttp.1:${PORTSDIR}/www/libghttp \ eel.0:${PORTSDIR}/x11-toolkits/eel -# Disable - I don't have a time to compile it now. Will be enabled back later. -WITHOUT_MOZILLA= yes - .if !defined(WITHOUT_MOZILLA) -MOZILLA= mozilla +MOZILLA= mozilla-embedded BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} |