diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-01-04 11:36:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-01-04 11:36:41 +0000 |
commit | 6b8cacae4f92f75cb7f5ccef05ac602b373f88fe (patch) | |
tree | a229e8a481844dc9ccf14d8f5186122180ef3cdf /textproc/urlview | |
parent | 381873b15885a61f85ddfd4514e79c997d8dc011 (diff) |
Notes
Diffstat (limited to 'textproc/urlview')
-rw-r--r-- | textproc/urlview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 7f82c04f4ef5..9acf0de1ffaf 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -29,7 +29,7 @@ SUB_LIST= GECKO=${GECKO} .if defined(WITH_GECKO) USE_GECKO= firefox-devel firefox35 seamonkey -.include <bsd.gecko.mk> +.include "${PORTSDIR}/Mk/bsd.gecko.mk" .elif defined(WITH_SEAMONKEY) RUN_DEPENDS+= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey GECKO= seamonkey |