diff options
author | linimon <linimon@FreeBSD.org> | 2010-01-28 12:52:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-01-28 12:52:16 +0800 |
commit | fd4affc6628cb1081149099c57f80d85921fb4e3 (patch) | |
tree | a52c688718b25d31b6f99de75af545f8e5056282 /devel | |
parent | 0689a937c7bf2d57b6b6a83b0ab121151e869597 (diff) | |
download | freebsd-ports-gnome-fd4affc6628cb1081149099c57f80d85921fb4e3.tar.gz freebsd-ports-gnome-fd4affc6628cb1081149099c57f80d85921fb4e3.tar.zst freebsd-ports-gnome-fd4affc6628cb1081149099c57f80d85921fb4e3.zip |
At some point in the future, the inclusion of bsd.perl.mk will be
conditional, rather than unconditional as it is right now. Therefore,
if a port is going to use it, it must declare that somehow before the
inclusion of bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/git/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 7ded7e782f8d..c3b8e2c03754 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -169,6 +169,7 @@ MAKE_ENV+= LIBMD_SHA1=yes \ MAKE_ARGS+= prefix="${PREFIX}" USE_OPENSSL= yes USE_RC_SUBR= git_daemon +WANT_PERL= yes SHELLS= /etc/shells |