diff options
author | will <will@FreeBSD.org> | 2002-01-05 08:57:29 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-05 08:57:29 +0000 |
commit | 58d25077fe328dbb24babd990756802bf4a4aa7c (patch) | |
tree | 4a40f39600c0a0f3bfcb6b7dc6b3ccb556609079 /palm/gnomepilot-conduits2 | |
parent | 8aab9b9e179595df0ed1e5d41dc89e09ff75695e (diff) | |
download | FreeBSD-ports-58d25077fe328dbb24babd990756802bf4a4aa7c.zip FreeBSD-ports-58d25077fe328dbb24babd990756802bf4a4aa7c.tar.gz |
Make pilot-link install directly into PREFIX. This should allow
pilot-link and all dependents to build correctly on bento.
Diffstat (limited to 'palm/gnomepilot-conduits2')
-rw-r--r-- | palm/gnomepilot-conduits2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile index 713e996..b1a2e33 100644 --- a/palm/gnomepilot-conduits2/Makefile +++ b/palm/gnomepilot-conduits2/Makefile @@ -21,9 +21,9 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \ - LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib" +CONFIGURE_ARGS= --with-pisock=${LOCALBASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |