diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-04-04 14:31:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-04-04 14:31:22 +0800 |
commit | 30b716d7de0ab98e0651d79c82776e51ce7b784c (patch) | |
tree | c71610739fa8a54cc71b36711346cd08d461270b /palm | |
parent | 54554026af6a63d85cda9d561e098dd4f453b223 (diff) | |
download | freebsd-ports-gnome-30b716d7de0ab98e0651d79c82776e51ce7b784c.tar.gz freebsd-ports-gnome-30b716d7de0ab98e0651d79c82776e51ce7b784c.tar.zst freebsd-ports-gnome-30b716d7de0ab98e0651d79c82776e51ce7b784c.zip |
- drop math lib
Diffstat (limited to 'palm')
-rw-r--r-- | palm/ppmtoTbmp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/palm/ppmtoTbmp/Makefile b/palm/ppmtoTbmp/Makefile index c5aca96dfcd7..1aa7541d4f4d 100644 --- a/palm/ppmtoTbmp/Makefile +++ b/palm/ppmtoTbmp/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm USE_REINPLACE= yes MAKE_ENV+= LDFLAGS="${LDFLAGS}" -LDFLAGS+= -lm post-patch: @${REINPLACE_CMD} -e "s|^CFLAGS =.*|CFLAGS += -I${LOCALBASE}/include|g; \ |