diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /emulators | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 3 | ||||
-rw-r--r-- | emulators/tme/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index f2b1ff00b399..0cab9750a4da 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -15,11 +15,10 @@ RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PERL5= yes NO_BUILD= yes USE_GNOME= gtk20 INSTALLS_ICONS= yes -USES= gettext +USES= gettext perl5 MAN1= qemu-launcher.1 diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 16671e23e2e3..fc694a95a964 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ expat:${PORTSDIR}/textproc/expat2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig -USES= pkgconfig gettext iconv +USES= pkgconfig gettext iconv perl5 USE_GNOME= gdkpixbuf2 gtk20 -USE_PERL5= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool libltdl CONFIGURE_ENV= ac_cv_have_isinff=no |