diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 23:38:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 23:38:07 +0800 |
commit | 90ea200731d671554079cef5a20997dbc360a12a (patch) | |
tree | e7dc626171bebc95895b81641f9b6956767f842c /math/p5-Math-GMPq/Makefile | |
parent | baa127feae63b02d9586a218e39b8b9bc27643e5 (diff) | |
download | freebsd-ports-gnome-90ea200731d671554079cef5a20997dbc360a12a.tar.gz freebsd-ports-gnome-90ea200731d671554079cef5a20997dbc360a12a.tar.zst freebsd-ports-gnome-90ea200731d671554079cef5a20997dbc360a12a.zip |
- Support STAGEDIR
Diffstat (limited to 'math/p5-Math-GMPq/Makefile')
-rw-r--r-- | math/p5-Math-GMPq/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/p5-Math-GMPq/Makefile b/math/p5-Math-GMPq/Makefile index 94a51816bf67..6ba03ce0fdb3 100644 --- a/math/p5-Math-GMPq/Makefile +++ b/math/p5-Math-GMPq/Makefile @@ -22,7 +22,4 @@ CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp" USE_PERL5= configure USES= perl5 -MAN3= Math::GMPq.3 - -NO_STAGE= yes .include <bsd.port.mk> |