diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2014-12-01 07:51:36 +0800 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2014-12-01 07:51:36 +0800 |
commit | cff7d45db225b94156b205ae9dcdaba6369dca82 (patch) | |
tree | 697bcf5e95b65d9c91943b88cb657071a3be5dc2 /editors | |
parent | c43abdd60163596dc922cb8ebfd6d77b4188b3b7 (diff) | |
download | freebsd-ports-graphics-cff7d45db225b94156b205ae9dcdaba6369dca82.tar.gz freebsd-ports-graphics-cff7d45db225b94156b205ae9dcdaba6369dca82.tar.zst freebsd-ports-graphics-cff7d45db225b94156b205ae9dcdaba6369dca82.zip |
Change dependency to Centos 6. Sublime does not work
with the libraries in Fedora 10.
Reviewed by: xmj
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sublime/Makefile | 4 | ||||
-rw-r--r-- | editors/sublime3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/sublime/Makefile b/editors/sublime/Makefile index 6636071f21f..a4ee5163264 100644 --- a/editors/sublime/Makefile +++ b/editors/sublime/Makefile @@ -3,7 +3,7 @@ PORTNAME= sublime PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors linux MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ DISTNAME= Sublime%20Text%202.0.2 @@ -19,7 +19,7 @@ NO_BUILD= STRIP= # don't strip linux binaries. SUB_FILES= sublime -USE_LINUX= yes +USE_LINUX= c6 USE_LINUX_APPS= xorglibs gtk2 post-patch: diff --git a/editors/sublime3/Makefile b/editors/sublime3/Makefile index 5f1c6b130ea..d9a4ad73a2d 100644 --- a/editors/sublime3/Makefile +++ b/editors/sublime3/Makefile @@ -3,7 +3,7 @@ PORTNAME= sublime PORTVERSION= 3.0.65 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors linux MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ PKGNAMEPREFIX= linux- @@ -21,7 +21,7 @@ CONFLICTS= linux-sublime-[0-24-9]* NO_BUILD= SUB_FILES= sublime -USE_LINUX= yes +USE_LINUX= c6 USE_LINUX_APPS= xorglibs gtk2 post-patch: |