diff options
author | dbn <dbn@FreeBSD.org> | 2013-05-06 02:31:31 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-05-06 02:31:31 +0800 |
commit | b69a3872d166ee8ae931a0885e8bf699d852aae6 (patch) | |
tree | 5c1fec87483ed165d96c2733bfa7959dd3d8888d /emulators | |
parent | f17a163f1efc85346daa8b5064b95f08e00b25c6 (diff) | |
download | freebsd-ports-gnome-b69a3872d166ee8ae931a0885e8bf699d852aae6.tar.gz freebsd-ports-gnome-b69a3872d166ee8ae931a0885e8bf699d852aae6.tar.zst freebsd-ports-gnome-b69a3872d166ee8ae931a0885e8bf699d852aae6.zip |
Set explicit comment for slave port emulators/i386-wine-devel.
i386-wine-devel is the normal wine-devel port built and packaged such that it
can be installed (via `pkg add` or `pkg_add`) in an amd64 environment. It can
only be built in an i386 environment (hence the retained ONLY_FOR_ARCH) as
the Ports Collection does not support cross compiling.
Approved by: eadler (mentor)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/i386-wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile index 3f25014acf85..763a1ca0ebfd 100644 --- a/emulators/i386-wine-devel/Makefile +++ b/emulators/i386-wine-devel/Makefile @@ -4,6 +4,7 @@ PKGNAMEPREFIX= i386- MAINTAINER= dbn@FreeBSD.org +COMMENT= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD LATEST_LINK= ${PKGNAMEPREFIX}wine-devel # Use the wine port to do most of the heavy lifting diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 89a8da420b1d..bd960f383bc0 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Source \ http://ibiblio.org/pub/linux/system/emulators/wine/ MAINTAINER?= gerald@FreeBSD.org -COMMENT= Microsoft Windows compatibility environment +COMMENT?= Microsoft Windows compatibility environment LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual |