diff options
author | tijl <tijl@FreeBSD.org> | 2017-01-12 18:44:45 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-01-12 18:44:45 +0800 |
commit | a091d2be5df70d05e9fc9e06942748078bf53821 (patch) | |
tree | 414399546cca775c6737e661ff9fc0442ff87fc4 /emulators | |
parent | 14f679a017ac6ae9e7958fceba1dcbc2bd655580 (diff) | |
download | freebsd-ports-gnome-a091d2be5df70d05e9fc9e06942748078bf53821.tar.gz freebsd-ports-gnome-a091d2be5df70d05e9fc9e06942748078bf53821.tar.zst freebsd-ports-gnome-a091d2be5df70d05e9fc9e06942748078bf53821.zip |
Make 64 bit Linux packages the default on amd64.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-c6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 341fd3e4a1d6..0a2743faa20e 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -3,7 +3,7 @@ PORTNAME= c6 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- |