diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-31 21:15:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-31 21:15:25 +0000 |
commit | 85118b50fa5a9282c37851fd161a3f2b3943de5a (patch) | |
tree | 0154b194aa739907ffdc67171ec1c336bf09db46 /cad/freehdl/Makefile | |
parent | b67a481cffa4132cf68a2e2cb1564450901025c7 (diff) | |
download | pkgsrc-85118b50fa5a9282c37851fd161a3f2b3943de5a.tar.gz |
Needs pkg-config
Diffstat (limited to 'cad/freehdl/Makefile')
-rw-r--r-- | cad/freehdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 64086934aed..d044e087737 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/01/22 17:14:33 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/31 21:15:25 joerg Exp $ # DISTNAME= freehdl-0.0.7 @@ -12,7 +12,7 @@ COMMENT= VHDL simulator GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake perl:run pkg-config INFO_FILES= yes REPLACE_PERL+= freehdl/gvhdl.in PKG_DESTDIR_SUPPORT= user-destdir |