diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:20:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:20:14 +0000 |
commit | 41943e44db6cc01e41b62a50b916a030f6377218 (patch) | |
tree | c27a2d25582d31e7df86a4766ad391968569e45b /graphics/ming | |
parent | 63b668c99fd2c11dcbda06f65e78af9b71a2adf1 (diff) |
- Use USES+= for slave port (graphics/p5-ming) after conversion of new Perl framework
Notes
Notes:
svn path=/head/; revision=325139
Diffstat (limited to 'graphics/ming')
-rw-r--r-- | graphics/ming/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 9bebfcb305cf..5d0abb5bd970 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -23,7 +23,7 @@ LDFLAGS+= -L. -L.. -L${LOCALBASE}/lib GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= bison gmake pathfix +USES+= bison gmake pathfix DOCS= HISTORY NEWS README TODO DOCS_UTIL= README TIPS TODO swftoperl.html |