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 | |
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')
-rw-r--r-- | editors/calligra/Makefile | 3 | ||||
-rw-r--r-- | editors/mousepad/Makefile | 5 | ||||
-rw-r--r-- | editors/setedit/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/Makefile | 6 | ||||
-rw-r--r-- | editors/yzis/Makefile | 2 |
5 files changed, 7 insertions, 13 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index b845f318e7b2..821977165550 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -40,13 +40,12 @@ USE_GL= glew USE_GNOME= glib20 libxml2 libxslt USE_KDE4= kactivities kdehier kdelibs kdeprefix libkdcraw nepomuk-core \ okular pimlibs attica automoc4 sharedmime soprano -USE_PERL5= yes USE_QT4= dbus designer_build gui opengl phonon porting_build qt3support \ qtestlib_build script sql svg webkit xml xmlpatterns \ moc_build qmake_build rcc_build uic_build uic3_build USE_SQLITE= 3 USE_BZIP2= yes -USES= cmake:outsource pkgconfig iconv +USES= cmake:outsource pkgconfig iconv perl5 CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DIHAVEPATCHEDQT:BOOL=TRUE # To be removed with Qt 4.8.2. USE_LDCONFIG= yes diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 2aa8e31704f0..e5c089ede27e 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -1,6 +1,5 @@ # Created by: Oliver Lehmann <oliver@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mousepad PORTVERSION= 0.3.0 @@ -14,11 +13,9 @@ COMMENT= Simple text editor for the Xfce Desktop GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= desktop-file-utils gettext pathfix pkgconfig +USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2 USE_XFCE= configenv -USE_PERL5= yes OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS 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 diff --git a/editors/vim/Makefile b/editors/vim/Makefile index bc6ccea2e5f0..e940a5698717 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,6 +1,4 @@ -# ex:ts=8 -# Created by: David O'Brien <obrien@cs.ucdavis.edu> -# Created: Sat June 29, 1996 +# Created by: David O'Brien <obrien@cs.ucdavis.edu> # $FreeBSD$ PORTNAME?= vim @@ -109,7 +107,7 @@ MAKE_ARGS+= CONF_OPT_LUA_PREFIX="--with-lua-prefix=${LOCALBASE}" .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES= perl5 MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp" .endif diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index d389bd742c09..8f0141f93d43 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -20,7 +20,7 @@ USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua USE_QT4= qtestlib qmake_build rcc_build uic_build moc_build gui xml -USE_PERL5= yes +USES= perl5 USES= cmake gettext CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \ |