diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 08:43:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 08:43:28 +0800 |
commit | cca45a64384514265de0b6d08f9499e1b0fe1d8c (patch) | |
tree | 7c4d0e75a9b3f07b88c94a6002c7c7d51b6eb0d2 /palm | |
parent | aa6d2705949fb367f88321a2b216e858c831f92e (diff) | |
download | freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.tar.gz freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.tar.zst freebsd-ports-gnome-cca45a64384514265de0b6d08f9499e1b0fe1d8c.zip |
Get rid of gnomehier
Diffstat (limited to 'palm')
-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 |