diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /finance | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) | |
download | ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.tar.gz ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/opentaxsolver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/opentaxsolver/Makefile b/finance/opentaxsolver/Makefile index 16a2f07760bd..b2cf9e958bff 100644 --- a/finance/opentaxsolver/Makefile +++ b/finance/opentaxsolver/Makefile @@ -24,7 +24,7 @@ UPPORTNAME= OpenTaxSolver .if !defined(WITHOUT_X11) USE_GL= yes USE_XORG= xmu xext x11 -BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config +USE_PKGCONFIG= yes CPPFLAGS+= $$(pkg-config --cflags-only-I glu xext xmu) LDFLAGS+= $$(pkg-config --libs-only-L glu xext xmu) SUB_LIST+= X11= |