diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-08 19:52:58 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-08 19:52:58 +0000 |
commit | a74e175192310b620d3709e574997fd045e83264 (patch) | |
tree | f081658ab4d0dbd4b01dd6bdba5dd41c3f8f7127 /palm/jpilot/Makefile | |
parent | 8a0edbe4ef8a4ab8fe26b2c705807dc53f8cc57f (diff) | |
download | ports-a74e175192310b620d3709e574997fd045e83264.tar.gz ports-a74e175192310b620d3709e574997fd045e83264.zip |
Notes
Diffstat (limited to 'palm/jpilot/Makefile')
-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 |