diff options
-rw-r--r-- | emulators/i386-wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/i386-wine-devel/Makefile.amd64 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile index edfef0d13978..9a5cee762f74 100644 --- a/emulators/i386-wine-devel/Makefile +++ b/emulators/i386-wine-devel/Makefile @@ -5,6 +5,8 @@ # - i386 specific port to be slave to ${PORTSDIR}/emulators/wine-devel # - amd64 specific port to be normal port (based on binary package) +CATEGORIES= emulators + ONLY_FOR_ARCHS= i386 amd64 .include <bsd.port.mk> diff --git a/emulators/i386-wine-devel/Makefile.amd64 b/emulators/i386-wine-devel/Makefile.amd64 index 357101813cac..360843f2cb5e 100644 --- a/emulators/i386-wine-devel/Makefile.amd64 +++ b/emulators/i386-wine-devel/Makefile.amd64 @@ -5,7 +5,6 @@ PORTNAME= wine PORTVERSION= 4.0.r1 PORTREVISION= 1 PORTEPOCH= 1 -CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ PKGNAMEPREFIX= i386- PKGNAMESUFFIX= -devel |