Permalink
Browse files
nxcomp: Put revision lines in each subport
- Loading branch information
Showing
with
3 additions
and
2 deletions.
-
+3
−2
net/nxcomp/Portfile
|
|
@@ -4,7 +4,6 @@ PortSystem 1.0 |
|
|
|
|
|
name nxcomp |
|
|
version 3.5.99.20-1 |
|
|
revision 0 |
|
|
checksums rmd160 40ee323e5e032ea58348772ab0cece5df6afc699 \ |
|
|
sha256 6b934a98e6425b3790ab0fa56e6e1c7047e98ffdb381415afa755375ae1cb123 \ |
|
|
size 757561 |
|
|
@@ -36,7 +35,7 @@ configure.cppflags-append \ |
|
|
configure.args-append --disable-silent-rules |
|
|
|
|
|
if {${name} eq ${subport}} { |
|
|
#revision 0 |
|
|
revision 0 |
|
|
|
|
|
depends_lib-append port:libpng \ |
|
|
path:lib/libjpeg.dylib:jpeg \ |
|
|
@@ -52,6 +51,8 @@ if {${name} eq ${subport}} { |
|
|
} |
|
|
|
|
|
subport nxproxy { |
|
|
revision 0 |
|
|
|
|
|
description nxproxy is a compressing proxy for X |
|
|
long_description nxproxy is a library compressing X commands to be passed over network \ |
|
|
for use with the X2Go suite. |
|
|
|