diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
commit | 0dc34effd5fa8f149bf364d4097516c57e825eea (patch) | |
tree | a1b48ae17cce6abbd28f23dfd05e44010cc2943d /emulators | |
parent | 6e81d16ecdb3831bd2c270782b7589ae45617a6a (diff) | |
download | ports-0dc34effd5fa8f149bf364d4097516c57e825eea.tar.gz ports-0dc34effd5fa8f149bf364d4097516c57e825eea.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/kcemu/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile index d14dcf08edc7..6846a3af1c1d 100644 --- a/emulators/kcemu/Makefile +++ b/emulators/kcemu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kcemu -# Date created: 06 October 2011 -# Whom: Hardy Schumacher <hardy.schumacher@gmx.de> -# +# Created by: Hardy Schumacher <hardy.schumacher@gmx.de> # $FreeBSD$ -# PORTNAME= kcemu PORTVERSION= 0.5.1 @@ -29,7 +25,7 @@ LIB_DEPENDS= audiofile:${PORTSDIR}/audio/libaudiofile \ GNU_CONFIGURE= yes USE_XORG= xmu USE_GNOME= gtk20 -USES= gettext +USES= gettext pkgconfig MAN1= kctape.1 kc2raw.1 kc2img.1 kc2tap.1 tdtodump.1 \ kcemu-remote.1 kcemu.1x kc2wav.1 |