diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-19 11:50:27 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-19 11:50:27 +0800 |
commit | 89d8773b4069e0f5070be52516acd70f3e51524e (patch) | |
tree | 67103cbdb87fc3cd7516ba9f6d4dc580b7da8285 /graphics | |
parent | f3788e4c991d82ec728e57aee3027f7e806ef5c8 (diff) | |
download | freebsd-ports-gnome-89d8773b4069e0f5070be52516acd70f3e51524e.tar.gz freebsd-ports-gnome-89d8773b4069e0f5070be52516acd70f3e51524e.tar.zst freebsd-ports-gnome-89d8773b4069e0f5070be52516acd70f3e51524e.zip |
Add missing dependencies.
Reported by: pointyhat via kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/paintlib/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile index 36d6f01c7314..4c5dfb2a0971 100644 --- a/graphics/paintlib/Makefile +++ b/graphics/paintlib/Makefile @@ -13,13 +13,18 @@ MASTER_SITES= http://www.paintlib.de/paintlib/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for processing images -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + jpeg:${PORTSDIR}/graphics/jpeg \ + png:${PORTSDIR}/graphics/png \ + tiff:${PORTSDIR}/graphics/tiff \ + ungif:${PORTSDIR}/graphics/libungif USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-SDL --disable-dfb +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" PLIST_SUB+= DOCSDIR=${DOCSDIR:S,^${PREFIX}/,,} |