diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 17:00:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 17:00:42 +0800 |
commit | 5b5822e40fcc5fd558307c23a4e1c53e9438beeb (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /editors/setedit/Makefile | |
parent | 6a07c8b0c7666451d9120fd7da83786ad55b00aa (diff) | |
download | freebsd-ports-gnome-5b5822e40fcc5fd558307c23a4e1c53e9438beeb.tar.gz freebsd-ports-gnome-5b5822e40fcc5fd558307c23a4e1c53e9438beeb.tar.zst freebsd-ports-gnome-5b5822e40fcc5fd558307c23a4e1c53e9438beeb.zip |
Convert to new perl framework
Diffstat (limited to 'editors/setedit/Makefile')
-rw-r--r-- | editors/setedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile index 7d0b4ab6cdab..648edab35c22 100644 --- a/editors/setedit/Makefile +++ b/editors/setedit/Makefile @@ -16,8 +16,8 @@ MAKE_JOBS_UNSAFE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build CFLAGS+= -Wno-write-strings -I${LOCALBASE}/include |