diff options
author | Romain Tartière <romain@FreeBSD.org> | 2012-04-27 14:33:28 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2012-04-27 14:33:28 +0000 |
commit | 90016817de19c4326c7f6ef2f73de6d7595229fe (patch) | |
tree | 2650c7a54b7a2f3fa8c7c0e08d30fed195fdaf31 /ports-mgmt/portshaker | |
parent | b9972244a7399395aa0a47c6cc0fd22c86dca825 (diff) | |
download | ports-90016817de19c4326c7f6ef2f73de6d7595229fe.tar.gz ports-90016817de19c4326c7f6ef2f73de6d7595229fe.zip |
Notes
Diffstat (limited to 'ports-mgmt/portshaker')
-rw-r--r-- | ports-mgmt/portshaker/Makefile | 8 | ||||
-rw-r--r-- | ports-mgmt/portshaker/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ports-mgmt/portshaker/Makefile b/ports-mgmt/portshaker/Makefile index 115936103942..1197af96e965 100644 --- a/ports-mgmt/portshaker/Makefile +++ b/ports-mgmt/portshaker/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= portshaker -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 PORTREVISION?= 0 CATEGORIES?= ports-mgmt MASTER_SITES= http://bsd-sharp.googlecode.com/files/ \ @@ -30,7 +30,8 @@ OPTIONS= BSDSHARP "Enable BSD-sharp ports" on \ ENLIGHTENMENT "Enable Enlightnement ports" off \ HASKELL "Enable Haskell ports" off \ MARCUSCOM "Enable GNOME development ports" off \ - TEXLIVE "Enable TeXLive ports (Experimental)" off + TEXLIVE "Enable TeXLive ports (Experimental)" off \ + XORG "Enable Xorg development ports" off .endif .include <bsd.port.options.mk> @@ -67,6 +68,9 @@ MAKE_ENV+= WITH_MARCUSCOM=1 . if defined (WITH_TEXLIVE) MAKE_ENV+= WITH_TEXLIVE=1 . endif +. if defined (WITH_XORG) +MAKE_ENV+= WITH_XORG=1 +. endif .endif diff --git a/ports-mgmt/portshaker/distinfo b/ports-mgmt/portshaker/distinfo index 898963049c01..dce51e560b9b 100644 --- a/ports-mgmt/portshaker/distinfo +++ b/ports-mgmt/portshaker/distinfo @@ -1,2 +1,2 @@ -SHA256 (portshaker-1.0.4.tar.gz) = 03929ad9767b863b3e6cf9c5321ee34aace24b20c0c70e819098468dd1c2ed10 -SIZE (portshaker-1.0.4.tar.gz) = 25455 +SHA256 (portshaker-1.0.5.tar.gz) = 3b1d5cc9e031a50ad1b1069af62ee570e6451f4f2a079418166aaccc7c4b415d +SIZE (portshaker-1.0.5.tar.gz) = 26479 |