- use new libtiff
- copy all the BUILD_DEPENDS to RUN_DEPENDS so those dependencies are properly installed when making a package.
This commit is contained in:
parent
f9e07865b6
commit
f16188c1ef
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 1999/09/01 18:51:24 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 1999/10/27 20:49:08 brad Exp $
|
||||
|
||||
DISTNAME= ImageMagick-4.2.8
|
||||
CATEGORIES= graphics
|
||||
@ -15,17 +15,19 @@ NEED_VERSION= 1.73
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
|
||||
gs:${PORTSDIR}/print/ghostscript5 \
|
||||
picttoppm:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
LIB_DEPENDS= bz2.9.5:${PORTSDIR}/archivers/bzip2 \
|
||||
jbig.1.0:${PORTSDIR}/graphics/jbigkit \
|
||||
jpeg.62:${PORTSDIR}/graphics/jpeg \
|
||||
mpeg.1.2:${PORTSDIR}/graphics/mpeg-lib \
|
||||
png.1.3:${PORTSDIR}/graphics/png \
|
||||
tiff.3.4:${PORTSDIR}/graphics/tiff34 \
|
||||
tiff.35:${PORTSDIR}/graphics/tiff \
|
||||
ttf.1.2:${PORTSDIR}/print/freetype
|
||||
BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
|
||||
gs:${PORTSDIR}/print/ghostscript5 \
|
||||
picttoppm:${PORTSDIR}/graphics/netpbm
|
||||
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
|
||||
gs:${PORTSDIR}/print/ghostscript5 \
|
||||
picttoppm:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
@ -33,7 +35,6 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static \
|
||||
--enable-lzw \
|
||||
--without-perl
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I/usr/local/include" \
|
||||
LDFLAGS="-L/usr/local/lib"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user