diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 11:05:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 11:05:42 +0000 |
commit | b2cb5e3dc8723f183c4d606dd63d0683b6c47dde (patch) | |
tree | 17636d8b3d5dcab486c1d42d14282d69130f61bf /graphics/gd | |
parent | a2990535603a807b66276e23c684167b1776fde0 (diff) | |
download | ports-b2cb5e3dc8723f183c4d606dd63d0683b6c47dde.tar.gz ports-b2cb5e3dc8723f183c4d606dd63d0683b6c47dde.zip |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index cc155972b09f..7c1ec0c6c8ac 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ MAKE_ENV= WRKSRC="${WRKSRC}" CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKEFILE= ${FILESDIR}/Makefile.bsd -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SCRIPTDIR= ${FILESDIR} CPPFLAGS+= -DHAVE_FT2BUILD_H |