Fixed missing DPADD.
Fixed some style bugs (some usual ones for LDADD, and misformatting of $FreeBSD$).
This commit is contained in:
parent
89ceb164e3
commit
9d361d2942
@ -1,6 +1,4 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
LIB= perl
|
||||
|
||||
@ -11,7 +9,8 @@ SRCS= perl.c gv.c toke.c perly.c op.c regcomp.c dump.c util.c mg.c byterun.c \
|
||||
doop.c doio.c regexec.c taint.c deb.c universal.c globals.c perlio.c \
|
||||
config.h
|
||||
|
||||
LDADD+= -lm
|
||||
DPADD= ${LIBM}
|
||||
LDADD= -lm
|
||||
|
||||
# NOPIC= true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user