summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-07 05:44:19 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-07 05:44:19 +0000
commitd9fc4597266d623d38e42d9eb5e1dd0295984f48 (patch)
tree50e222e97f1cae6449b99fc52739fc572de09140 /palm
parentUpgrade to 2.5.14. (diff)
Fix LIBS/LDFLAGS so port will build. Maintainer notified. I need the]
port now for kdepim.
Notes
Notes: svn path=/head/; revision=72674
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/Makefile6
-rw-r--r--palm/pilot-link/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index cb18b705ea20..c92a7747a086 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/Makefile
@@ -28,8 +28,8 @@ MAN7= pilot-link.7
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
-CONFIGURE_ENV= LIBS="-lgnugetopt" LDFLAGS="-L${LOCALBASE}/lib"
-MAKE_ARGS= LIBTOOL=libtool
+CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
+CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+MAKE_ARGS+= LIBTOOL=libtool
.include <bsd.port.mk>
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index cb18b705ea20..c92a7747a086 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -28,8 +28,8 @@ MAN7= pilot-link.7
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
-CONFIGURE_ENV= LIBS="-lgnugetopt" LDFLAGS="-L${LOCALBASE}/lib"
-MAKE_ARGS= LIBTOOL=libtool
+CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
+CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+MAKE_ARGS+= LIBTOOL=libtool
.include <bsd.port.mk>