diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-19 23:42:34 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-19 23:42:34 +0000 |
commit | 93c3844072e606e23aaaf6b4a047c37af96c54cf (patch) | |
tree | 97b773d31be413b07feef7d91ad215f94acc9933 /palm/gnomepilot2/Makefile | |
parent | 8392cc22c0d4f5e1379f968de4691ae47a80baa4 (diff) | |
download | FreeBSD-ports-93c3844072e606e23aaaf6b4a047c37af96c54cf.zip FreeBSD-ports-93c3844072e606e23aaaf6b4a047c37af96c54cf.tar.gz |
Update to 2.0.9.
Diffstat (limited to 'palm/gnomepilot2/Makefile')
-rw-r--r-- | palm/gnomepilot2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index 8f216e5..c08715e 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomepilot2 -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.9 CATEGORIES= palm comms gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-pilot/2.0 @@ -22,12 +22,13 @@ LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes +USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" MAN1= gpilot-install-file.1 |