diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:23:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:23:53 +0000 |
commit | d5da69710473d5ba18bc506a136e760259452a74 (patch) | |
tree | 51df89204d33173a463ecec3426fd4e0999b304f /finance | |
parent | c9815dfe574a41dd837c666bbf4e8c065353c1b2 (diff) | |
download | ports-d5da69710473d5ba18bc506a136e760259452a74.tar.gz ports-d5da69710473d5ba18bc506a136e760259452a74.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/aqbanking/Makefile | 3 | ||||
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 3 | ||||
-rw-r--r-- | finance/opentaxsolver/Makefile | 8 |
3 files changed, 4 insertions, 10 deletions
diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index 636635ce3fc1..48cb239f7b88 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -23,9 +23,8 @@ PAYPAL_DESC= Build PayPal backend (separate license) USE_GMAKE= yes USE_GETTEXT= yes -USE_PKGCONFIG= build USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 6d0c2c7906b2..9c1c56c510a3 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -24,8 +24,7 @@ OFX_DESC= Enable OFX plugin QUOTES_DESC= Enable online price quotes USE_BZIP2= yes -USES= cmake -USE_PKGCONFIG= build +USES= cmake pkgconfig USE_QT4= gui dbus network phonon sql svg xml \ qmake_build moc_build rcc_build uic_build USE_KDE4= kdehier kdeprefix automoc4 kdelibs pimlibs sharedmime diff --git a/finance/opentaxsolver/Makefile b/finance/opentaxsolver/Makefile index b2cf9e958bff..e0c87fc7331f 100644 --- a/finance/opentaxsolver/Makefile +++ b/finance/opentaxsolver/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: opentaxsolver -# Date created: Sat Apr 08, 2006 -# Whom: John Hein (jhein@timing.com) -# +# Created by: John Hein (jhein@timing.com) # $FreeBSD$ -# PORTNAME= ${UPPORTNAME:L} PORTVERSION= 9.01 @@ -24,7 +20,7 @@ UPPORTNAME= OpenTaxSolver .if !defined(WITHOUT_X11) USE_GL= yes USE_XORG= xmu xext x11 -USE_PKGCONFIG= yes +USES= pkgconfig CPPFLAGS+= $$(pkg-config --cflags-only-I glu xext xmu) LDFLAGS+= $$(pkg-config --libs-only-L glu xext xmu) SUB_LIST+= X11= |