diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-12 14:20:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-12 14:20:33 +0800 |
commit | 4ae8cebc1d8908fe9ed295bca015fee9ccb2bf19 (patch) | |
tree | 1f3f43b31377a86d2190ab4d58e0dae87c190366 /www/epiphany | |
parent | 626e10ed4ed85fd0d984b187110edc2c6d5fc7ba (diff) | |
download | marcuscom-ports-4ae8cebc1d8908fe9ed295bca015fee9ccb2bf19.tar.gz marcuscom-ports-4ae8cebc1d8908fe9ed295bca015fee9ccb2bf19.tar.zst marcuscom-ports-4ae8cebc1d8908fe9ed295bca015fee9ccb2bf19.zip |
Correct a hack that should not have been committed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6057 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 0e48f0476..8ffdb98a8 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.109 2006/03/14 13:32:40 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.110 2006/04/11 00:56:27 marcus Exp $ # PORTNAME= epiphany @@ -50,7 +50,7 @@ WITH_GNOME= yes .endif .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" +.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" NO_WERROR= yes # allow build with more warnings enabled |