diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-11 07:00:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-11 07:00:20 +0800 |
commit | 51dea155f83397077e3c525590a57fa7fd775d1c (patch) | |
tree | 0ec63acc9ae0090d10be30b444c18af56ce46430 /graphics/cimg | |
parent | b72fa07a81ff320326fb6e785d62340ad8456cfe (diff) | |
download | freebsd-ports-gnome-51dea155f83397077e3c525590a57fa7fd775d1c.tar.gz freebsd-ports-gnome-51dea155f83397077e3c525590a57fa7fd775d1c.tar.zst freebsd-ports-gnome-51dea155f83397077e3c525590a57fa7fd775d1c.zip |
Unbreak
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 74650b83274b..32fc25b8a56a 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -34,7 +34,7 @@ CPPFLAGS+= ${CFLAGS} ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -Wl,--verbose .if !defined(NOPORTDOCS) -USES= gmake +USES+= gmake REINPLACE_ARGS= -i "" LIB_DEPENDS+= libboard.so:${PORTSDIR}/graphics/libboard |