diff options
author | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
commit | 42258cbf351c87186db981295e5bf50a96f63496 (patch) | |
tree | c8d7e55978ef52f9d98195085f258e35ec608323 /palm | |
parent | b0a0847ff3c641030adb8581963d05167ede200d (diff) | |
download | freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.gz freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.zst freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.zip |
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks)
Diffstat (limited to 'palm')
-rw-r--r-- | palm/jpilot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 5f28790dd3b4..6579d853c13b 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -8,7 +8,7 @@ PORTNAME= jpilot PORTVERSION= 1.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= palm comms MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ http://jpilot.org/ @@ -25,8 +25,6 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE} -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |