diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-02-12 17:46:29 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-02-12 17:46:29 +0000 |
commit | 8605363e105abd4a638eecf4872d8dedf5b86d58 (patch) | |
tree | 02522addf7a1b5b6e355f10d5487b4a27f9c8198 /emulators/kqemu-kmod-devel/Makefile | |
parent | 3a9cefc5cd22b8f09b86e3f5283b300e59eeeefc (diff) |
- Fix kqemu on recent -current which no longer has/uses unit2minor()
- Bump PORTREVISION
PR: ports/131603
Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com>
Notes
Notes:
svn path=/head/; revision=228125
Diffstat (limited to 'emulators/kqemu-kmod-devel/Makefile')
-rw-r--r-- | emulators/kqemu-kmod-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile index 37055b933a3f..ea31b4a182b0 100644 --- a/emulators/kqemu-kmod-devel/Makefile +++ b/emulators/kqemu-kmod-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= kqemu PORTVERSION= 1.4.0.p1 +PORTREVISION= 1 CATEGORIES= emulators kld MASTER_SITES= http://bellard.org/qemu/ \ http://qemu.org/ \ |