aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2003-01-07 13:44:19 +0800
committeralane <alane@FreeBSD.org>2003-01-07 13:44:19 +0800
commitefb46fa04375d5e2edf58be7965ac35b46932029 (patch)
tree5c8d158d06ca6451194560abb9e3db44d93e764f /palm
parent50d24877251a41203a9e5c162dfce033b9858857 (diff)
downloadfreebsd-ports-gnome-efb46fa04375d5e2edf58be7965ac35b46932029.tar.gz
freebsd-ports-gnome-efb46fa04375d5e2edf58be7965ac35b46932029.tar.zst
freebsd-ports-gnome-efb46fa04375d5e2edf58be7965ac35b46932029.zip
Fix LIBS/LDFLAGS so port will build. Maintainer notified. I need the]
port now for kdepim.
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>