diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-03-23 20:50:05 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-03-23 20:50:05 (GMT) |
commit | 13b856fdb77668c88cbbc13301030a92da8e4ccc (patch) | |
tree | fab2b5b50d1bd09a3e63654930534871e938ee5b /abs/extra-testing | |
parent | 861026de0146bbefe9b3329ca5c75973dfc9bec2 (diff) | |
parent | 88ea3bd15743e5ded7ac8f409b31c07f545b39ea (diff) | |
download | linhes_pkgbuild-13b856fdb77668c88cbbc13301030a92da8e4ccc.zip linhes_pkgbuild-13b856fdb77668c88cbbc13301030a92da8e4ccc.tar.gz linhes_pkgbuild-13b856fdb77668c88cbbc13301030a92da8e4ccc.tar.bz2 |
Merge branch 'master' of nharris@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/tightvnc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/tightvnc/PKGBUILD b/abs/extra-testing/tightvnc/PKGBUILD index 29c20c9..1a277b6 100644 --- a/abs/extra-testing/tightvnc/PKGBUILD +++ b/abs/extra-testing/tightvnc/PKGBUILD @@ -1,12 +1,12 @@ pkgname=tightvnc pkgver=1.3.9 -pkgrel=300 +pkgrel=301 pkgdesc="VNC Unix server && viewer" arch=(i686 x86_64) license=('GPL') url="http://www.tightvnc.com" -depends=('libjpeg' 'zlib' 'libxaw') +depends=('libjpeg' 'zlib' 'libxaw' 'libxp') makedepends=('imake') conflicts=('vnc') source=(http://easynews.dl.sf.net/sourceforge/vnc-tight/$pkgname-${pkgver}_unixsrc.tar.bz2 tightvnc-fontpath-xcolors.patch) |