diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:20:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:20:14 +0800 |
commit | 07fe3f04297be7d4e457914a26fe0ecf3ce14f47 (patch) | |
tree | c27a2d25582d31e7df86a4766ad391968569e45b /graphics | |
parent | 9a9a5012d05b4776937fb02f73c216cbd3e5b2d6 (diff) | |
download | freebsd-ports-gnome-07fe3f04297be7d4e457914a26fe0ecf3ce14f47.tar.gz freebsd-ports-gnome-07fe3f04297be7d4e457914a26fe0ecf3ce14f47.tar.zst freebsd-ports-gnome-07fe3f04297be7d4e457914a26fe0ecf3ce14f47.zip |
- Use USES+= for slave port (graphics/p5-ming) after conversion of new Perl framework
Diffstat (limited to 'graphics')
-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 |