diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:36:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:36:29 +0000 |
commit | 4f0f40cb05fcf0dafeb29921258f35833e960b6d (patch) | |
tree | 859ba2ba077471a41f3eb1e1e8f1a0b3571ab0e5 /x11-toolkits/gnome-sharp20/Makefile | |
parent | - fix broken patch [1] (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=325959
Diffstat (limited to 'x11-toolkits/gnome-sharp20/Makefile')
-rw-r--r-- | x11-toolkits/gnome-sharp20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index a4f02a184500..bd771dcd556d 100644 --- a/x11-toolkits/gnome-sharp20/Makefile +++ b/x11-toolkits/gnome-sharp20/Makefile @@ -19,7 +19,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \ libgnomeui MAKE_JOBS_UNSAFE= yes |