diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 00:43:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 00:43:28 +0000 |
commit | da0eb10ed5847c7ad57f5697346641aaae35ba9c (patch) | |
tree | 7c4d0e75a9b3f07b88c94a6002c7c7d51b6eb0d2 /palm/jpilot | |
parent | a863114e5b47a7f487f6f7688a34ec86c6c3c907 (diff) | |
download | ports-da0eb10ed5847c7ad57f5697346641aaae35ba9c.tar.gz ports-da0eb10ed5847c7ad57f5697346641aaae35ba9c.zip |
Notes
Diffstat (limited to 'palm/jpilot')
-rw-r--r-- | palm/jpilot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 9df575ac8da2..55295d827614 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -5,6 +5,7 @@ PORTNAME= jpilot PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES+= palm comms MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ http://jpilot.org/ @@ -18,7 +19,6 @@ LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link USE_GCC= any USES= pkgconfig gmake libtool -USE_GNOME= gnomehier GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |