diff options
author | Stefan Eßer <se@FreeBSD.org> | 1999-09-18 09:02:12 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1999-09-18 09:02:12 +0000 |
commit | 833e387518b66cef8050b5efadb7f7e3de49f20c (patch) | |
tree | c7823c093260f58715ee78aec581d796b410e1a0 /graphics/kdegraphics11/Makefile | |
parent | ec5c2a9cf2549b2fff98af194aceb8aa177ddd13 (diff) |
Notes
Diffstat (limited to 'graphics/kdegraphics11/Makefile')
-rw-r--r-- | graphics/kdegraphics11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile index c320dcfae6be..fb0c5af252e2 100644 --- a/graphics/kdegraphics11/Makefile +++ b/graphics/kdegraphics11/Makefile @@ -6,13 +6,14 @@ # $FreeBSD$ # -DISTNAME= kdegraphics-1.1.1 +DISTNAME= kdegraphics-1.1.2 CATEGORIES= graphics kde MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 +MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org +BUILD_DEPENDS= ${PREFIX}/include/gif_lib.h:${PORTSDIR}/graphics/giflib LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 |