diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-17 16:35:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-17 16:35:39 +0000 |
commit | ab1babc86076ff60b9ed4e664c5f81f0e10665cf (patch) | |
tree | 732485a9f54c922a44742c480bffd57147ccac23 /palm/gnome-pilot | |
parent | f878ca4ec3113498fd296bc1bfa12eb9e6e974dc (diff) | |
download | ports-ab1babc86076ff60b9ed4e664c5f81f0e10665cf.tar.gz ports-ab1babc86076ff60b9ed4e664c5f81f0e10665cf.zip |
Chase the pisock shared lib version number. Note, this new version may
break some of these ports, but they're definitely broken without this.
Notes
Notes:
svn path=/head/; revision=66517
Diffstat (limited to 'palm/gnome-pilot')
-rw-r--r-- | palm/gnome-pilot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 573503503eeb..59bc881d43b8 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomepilot PORTVERSION= 0.1.65 +PORTREVISION= 1 CATEGORIES= palm comms gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://www.eskil.org/gnome-pilot/download/tarballs/ @@ -17,7 +18,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob -LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_BZIP2= yes USE_X_PREFIX= yes |