mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- build with giflib
This commit is contained in:
parent
a5a22a7612
commit
ed848e6db8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291746
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Tool to grab images out of (your) TCP connections
|
||||
|
||||
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
|
||||
jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
-CFLAGS += `gtk-config --cflags`
|
||||
-LDLIBS += -ljpeg -lungif `gtk-config --libs`
|
||||
+CFLAGS += ${PTHREAD_CFLAGS} `${GTK_CONFIG} --cflags`
|
||||
+LDLIBS += -ljpeg -lungif `${GTK_CONFIG} --libs`
|
||||
+LDLIBS += -ljpeg -lgif `${GTK_CONFIG} --libs`
|
||||
|
||||
# Alternatively, you can build a version of driftnet which can only be used
|
||||
# in `adjunct' mode as the back end for some other image-processing program. To
|
||||
|
|
Loading…
Add table
Reference in a new issue