diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-01 23:15:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-01 23:15:55 +0000 |
commit | 229fd264eb809d6b4f300bfa6ab73b61150d000d (patch) | |
tree | 4c204926f87cf1889f1c754d93188e56887c7d3d /news | |
parent | 90d30fbb5f015e59704b790de55b166309d46ad9 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/openftd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/openftd/Makefile b/news/openftd/Makefile index c270f3b11700..463de3a58bee 100644 --- a/news/openftd/Makefile +++ b/news/openftd/Makefile @@ -33,4 +33,6 @@ USE_GNOME= glib20 libxml2 gtk20 libgnome gtkhtml3 libxslt CONFIGURE_ARGS= --with-libcurl-libraries=${LOCALBASE}/lib \ --with-pcre_libraries=${LOCALBASE}/lib -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" +.include <bsd.port.post.mk> |