diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 06:55:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 06:55:07 +0000 |
commit | f0a8714b3a301f2ee09f07647619f7bad997f8d2 (patch) | |
tree | 2266451e8dedf72ded023f5ab6e33cb91292aa8a /devel/libdwarf | |
parent | d288c580620377d8da8e0314c8bda03df5971368 (diff) | |
download | ports-f0a8714b3a301f2ee09f07647619f7bad997f8d2.tar.gz ports-f0a8714b3a301f2ee09f07647619f7bad997f8d2.zip |
Notes
Diffstat (limited to 'devel/libdwarf')
-rw-r--r-- | devel/libdwarf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libdwarf/Makefile b/devel/libdwarf/Makefile index be022bdf22cd..25607ed655ab 100644 --- a/devel/libdwarf/Makefile +++ b/devel/libdwarf/Makefile @@ -17,7 +17,8 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I. -I${LOCALBASE}/include -USE_DOS2UNIX= *.h +USES= dos2unix +DOS2UNIX_GLOB= *.h PS_FILES= dwarf.v2.pdf index.v2.pdf libdwarf2.1.pdf libdwarf2p.1.pdf mips_extensions.pdf |