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 /devel/baz/Makefile | |
parent | 16015f2f5b43308fe27baa6be5f52fb9c1334988 (diff) | |
download | ports-9708877378ca60ab80ea05c0a9df12c2a520f898.tar.gz ports-9708877378ca60ab80ea05c0a9df12c2a520f898.zip |
- add CONFLICTS
PR: 147418
Notes
Notes:
svn path=/head/; revision=255647
Diffstat (limited to 'devel/baz/Makefile')
-rw-r--r-- | devel/baz/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/baz/Makefile b/devel/baz/Makefile index 4947e8c6b8ea..8d6acf798e86 100644 --- a/devel/baz/Makefile +++ b/devel/baz/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= neon.28:${PORTSDIR}/www/neon28 \ gpgme.18:${PORTSDIR}/security/gpgme +CONFLICTS= gd-2.* + USE_GMAKE= yes USE_GETTEXT= yes USE_PERL5_BUILD=yes |