diff options
author | rodent <rodent> | 2013-04-06 03:54:38 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 03:54:38 +0000 |
commit | 64186116d7fed93ab65c8b27a3bc168a6ff72581 (patch) | |
tree | 6f04c9ccc838230a2d6aaa790fcef4e43733a669 /math | |
parent | fe2621ae5f5c745fab18912a1f38bbc5abc2f029 (diff) | |
download | pkgsrc-64186116d7fed93ab65c8b27a3bc168a6ff72581.tar.gz |
"Definition of USE_DIRS is deprecated. You can just remove it."
Diffstat (limited to 'math')
-rw-r--r-- | math/extcalc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/extcalc/Makefile b/math/extcalc/Makefile index 41c61937e1c..dd82c89297c 100644 --- a/math/extcalc/Makefile +++ b/math/extcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/02/16 11:23:03 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 03:54:38 rodent Exp $ # DISTNAME= extcalc-0.9.3-1 @@ -12,7 +12,6 @@ HOMEPAGE= http://extcalc-linux.sourceforge.net/ COMMENT= Scientific graphic calculator USE_LANGUAGES= c c++ -USE_DIRS+= xdg-1.1 USE_CMAKE= yes LDFLAGS+= -lGL # direct link required by ld v2.22 |