diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 08:45:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 08:45:31 +0000 |
commit | c6f888194d1a7d263bc6ef4d66a1e3f02a334c07 (patch) | |
tree | 7b9361b59ef8fc197e0fac6178a2336024c2f6eb /graphics | |
parent | d31032cfe5b49c2504c37f433fef3b67550bc94e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre-nox11/Makefile | 1 | ||||
-rw-r--r-- | graphics/libspiro/Makefile | 1 | ||||
-rw-r--r-- | graphics/proj/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/graphics/djvulibre-nox11/Makefile b/graphics/djvulibre-nox11/Makefile index 7bd5102d81cb..4d0e93c26426 100644 --- a/graphics/djvulibre-nox11/Makefile +++ b/graphics/djvulibre-nox11/Makefile @@ -20,6 +20,7 @@ LICENSE= GPLv2 LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff +WITH_FBSD10_FIX=yes USE_ICONV= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile index 96a27cedaf5f..c353eb59e4a4 100644 --- a/graphics/libspiro/Makefile +++ b/graphics/libspiro/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}_src-${PORTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Library to convert clothoid splines into bezier splines +WITH_FBSD10_FIX=yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile index 840c4c0b6ba6..db73f9e3169d 100644 --- a/graphics/proj/Makefile +++ b/graphics/proj/Makefile @@ -19,6 +19,7 @@ CONFLICTS= proj4-[0-9]* DATUM_GRID_FILES= proj-datumgrid-1.5.zip +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes |