diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-07-05 05:31:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-07-05 05:31:31 +0000 |
commit | d1b34f2490cfbb42f3ccd1b06b6efba6550e581d (patch) | |
tree | 13ea92ff28a32095e630b0d94299745eb18bebec /palm/gnome-pilot/Makefile | |
parent | 7b4915960299f91bc6d5971b6697beda55f90d9f (diff) |
Notes
Diffstat (limited to 'palm/gnome-pilot/Makefile')
-rw-r--r-- | palm/gnome-pilot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 988a102cc9ba..b274c9a00307 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome-pilot -PORTVERSION= 2.0.15 -PORTREVISION= 4 +PORTVERSION= 2.0.16 CATEGORIES= palm comms gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 @@ -21,9 +20,10 @@ LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack +USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack \ + ltverhack USE_GETTEXT= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} |