diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2011-05-22 09:15:09 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2011-05-22 09:15:09 +0000 |
commit | 6fe0379a7b14f3d5f4b7b0b9d75a438ba3771048 (patch) | |
tree | 443ec063151631124bf6709070f089b50214843b /emulators/virtualbox-ose-kmod-legacy/Makefile | |
parent | 5a8e3290525d9e23513f2f678658a1c389ebafa5 (diff) |
Notes
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy/Makefile')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index ce68f65d0f59..3297d0cfe35c 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: virtualbox-ose-kmod +# New ports collection makefile for: virtualbox-ose-kmod-legacy # Date created: 2009-09-21 # Whom: Bernhard Froehlich <decke@bluelife.at> # @@ -11,9 +11,8 @@ PORTREVISION= 1 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ - http://disasterarea.chruetertee.ch/ \ - http://mirror.4bit.ws/ -PKGNAMESUFFIX= -kmod + http://disasterarea.chruetertee.ch/ +PKGNAMESUFFIX= -kmod-legacy DISTNAME= VirtualBox-${DISTVERSION}-OSE MAINTAINER= vbox@FreeBSD.org @@ -38,7 +37,8 @@ CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --nofatal \ --disable-alsa --disable-dbus --disable-python \ --build-headless -CONFLICTS= bcc-[0-9]* virtualbox-ose-kmod-devel-3* +CONFLICTS= bcc-[0-9]* +CONFLICTS_INSTALL= virtualbox-ose-kmod-[3,4]* virtualbox-ose-kmod-devel-[3,4]* OPTIONS= DEBUG "Build with debugging symbols" off |