diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-22 02:46:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-22 02:46:17 +0800 |
commit | 698350843417431e140e684e8934a2200a277a43 (patch) | |
tree | 439d87c08854005ecace1b8229d2684db8123fe7 /palm/gnome-pilot | |
parent | ac3fd3082990bfe56513473d9e8b8be7d77e69c6 (diff) | |
download | freebsd-ports-gnome-698350843417431e140e684e8934a2200a277a43.tar.gz freebsd-ports-gnome-698350843417431e140e684e8934a2200a277a43.tar.zst freebsd-ports-gnome-698350843417431e140e684e8934a2200a277a43.zip |
Add an explicit dependency on pkgconf
convert gnomehack -> USES=pathfix
Trim headers
Approved by: gnome (kwm)
Diffstat (limited to 'palm/gnome-pilot')
-rw-r--r-- | palm/gnome-pilot/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 4250f2d5f57d..6e5bca736e94 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomepilot2 -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@marcuscom.com> -# +# Created by: Joe Marcus Clarke <marcus@marcuscom.com> # $FreeBSD$ -# PORTNAME= gnome-pilot PORTVERSION= 2.0.17 @@ -18,9 +14,11 @@ COMMENT= PalmPilot conduit system for GNOME 2 BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link +USES= pathfix USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack \ +USE_PKGCONFIG= build +USE_GNOME= gnomeprefix gnomehier gnomepanel intlhack \ ltverhack libgnomeui USE_GETTEXT= yes USE_AUTOTOOLS= libtool |