diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-06-24 20:32:07 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-06-24 20:32:07 +0800 |
commit | e2d8ae59d749adb81649e746fcdcf55c9d2e4055 (patch) | |
tree | 75909c11ece8957ff2023bf42eb7293d7fee69bb /misc/compat9x/Makefile | |
parent | a1d7b35ed40ae9ab9b57ecff8222c7e8e245e8e8 (diff) | |
download | freebsd-ports-gnome-e2d8ae59d749adb81649e746fcdcf55c9d2e4055.tar.gz freebsd-ports-gnome-e2d8ae59d749adb81649e746fcdcf55c9d2e4055.tar.zst freebsd-ports-gnome-e2d8ae59d749adb81649e746fcdcf55c9d2e4055.zip |
Update to 9.1-RELEASE
Diffstat (limited to 'misc/compat9x/Makefile')
-rw-r--r-- | misc/compat9x/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile index da08f3c302ea..a765476b5330 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= compat9x -PORTVERSION= 9.0.900000.201209 -PORTREVISION= 1 +PORTVERSION= 9.1.901000.201306 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -12,7 +11,7 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= garga@FreeBSD.org COMMENT= A convenience package to install the compat9x libraries -USE_BZIP2= yes +USE_XZ= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} |