diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-02-18 20:30:59 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-02-18 20:30:59 +0000 |
commit | 30fd0989d7339f51b74c300d069b19e27c47d931 (patch) | |
tree | 4a95137905c303b13c2eae412370cf59a77d4aa6 /emulators | |
parent | e6ce217e206fcac0c438df5105fe355a3c29681b (diff) | |
download | ports-30fd0989d7339f51b74c300d069b19e27c47d931.tar.gz ports-30fd0989d7339f51b74c300d069b19e27c47d931.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index c4f697da0ba2..0c2b9175f277 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators MASTER_SITES= http://download.gna.org/qemulaunch/1.7.x/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A GTK front-end to Qemu RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ |