diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-03 09:35:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-03 09:35:56 +0000 |
commit | 9708877378ca60ab80ea05c0a9df12c2a520f898 (patch) | |
tree | 70c9e682d5d88e40c645fc494c123ea521b2310f /graphics/gd/Makefile | |
parent | 16015f2f5b43308fe27baa6be5f52fb9c1334988 (diff) | |
download | ports-9708877378ca60ab80ea05c0a9df12c2a520f898.tar.gz ports-9708877378ca60ab80ea05c0a9df12c2a520f898.zip |
Notes
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 1dbdc85a1396..13f884d423e5 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 +CONFLICTS= bazaar-1.* + USE_BZIP2= yes SCRIPTDIR= ${FILESDIR} MAKE_ENV= WRKSRC="${WRKSRC}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |