diff options
-rw-r--r-- | editors/e3/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs21/Makefile | 2 | ||||
-rw-r--r-- | editors/lazarus/Makefile | 1 | ||||
-rw-r--r-- | editors/speedbar/Makefile | 2 | ||||
-rw-r--r-- | editors/tamago/Makefile | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile index bc95cf71d4ce..87ec613e8cf4 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -13,7 +13,7 @@ COMMENT= A full featured text editor written in assembler BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -USE_GMAKE= yes +USES= gmake MAKE_ARGS= OS=FREEBSD ONLY_FOR_ARCHS= i386 diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index a19c2e743ee2..e2e24c451f51 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -35,7 +35,7 @@ USE_XORG= xpm .endif USE_AUTOTOOLS= autoconf213 -USE_GMAKE= yes +USES= gmake CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if defined(WITHOUT_X11) diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index c02287e89195..43ce4f3b7ea8 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS?= # ONLY_FOR_ARCHS= i386 amd64 USES= gmake -USE_GMAKE= yes USE_GNOME= # USE_FPC?= fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \ fcl-res fcl-xml iconvenc numlib pasjpeg x11 diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index d7e61f134396..20cedf3a59e2 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -17,7 +17,7 @@ COMMENT= Quick access to files and tags in an Emacs frame USE_EMACS= yes EMACS_PORT_NAME?= emacs21 -USE_GMAKE= yes +USES= gmake CONFLICTS= cedet* LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/speedbar diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index ae4a0f197476..0f176151676e 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -20,7 +20,7 @@ COMMENT= The Multilingual Input Method - Egg V4 LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_EMACS= yes WRKSRC= ${WRKDIR}/egg-4.0.6+0.20041122cvs |