diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-15 18:48:11 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-15 18:48:11 +0000 |
commit | beb648bd1dce07a437b20e50319fcf1a5068031a (patch) | |
tree | 80421889b1e4030c32b92730d35a01e0c7cbef5e | |
parent | 64c6d93020aed3dc13699fcd3226b9c8173624cf (diff) | |
download | FreeBSD-ports-beb648bd1dce07a437b20e50319fcf1a5068031a.zip FreeBSD-ports-beb648bd1dce07a437b20e50319fcf1a5068031a.tar.gz |
Stage support
-rw-r--r-- | textproc/cl-ppcre-sbcl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index f1a0b58..a30fe43 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -17,6 +17,5 @@ USE_ASDF_FASL= yes FASL_TARGET= sbcl FASL_BUILD= yes -NO_STAGE= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" .include <bsd.port.mk> |