diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:35:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:35:24 +0800 |
commit | 6c68028cb47cab0ea40c3b69c7ceef4d4d98c1fc (patch) | |
tree | d448ba1f33d475f4a5ce005b4a2863ff7969aced | |
parent | cad5c3212cbe40d1ce287a1e71640e853a3abb12 (diff) | |
download | freebsd-ports-graphics-6c68028cb47cab0ea40c3b69c7ceef4d4d98c1fc.tar.gz freebsd-ports-graphics-6c68028cb47cab0ea40c3b69c7ceef4d4d98c1fc.tar.zst freebsd-ports-graphics-6c68028cb47cab0ea40c3b69c7ceef4d4d98c1fc.zip |
- remove oblsolete gd1 handling
-rw-r--r-- | graphics/ruby-gd/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index b7c759626e8..4bb8a78eb10 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -30,14 +30,9 @@ CONFIGURE_ARGS= --with-gd-lib="${LOCALBASE}/lib" \ --with-freetype INSTALL_TARGET= site-install -.if defined(WITH_GD1) -CONFIGURE_ARGS+= --with-gd-include="${LOCALBASE}/include/gd" -LIB_DEPENDS+= gd1.2:${PORTSDIR}/graphics/gd1 -.else CONFIGURE_ARGS+= --enable-gd2_0 \ --with-gd-include="${LOCALBASE}/include" LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd -.endif .include <bsd.port.pre.mk> |