diff options
author | se <se@FreeBSD.org> | 1999-09-18 17:02:12 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1999-09-18 17:02:12 +0800 |
commit | b9cfd0cb967709b270acb3621c55de2548051cdc (patch) | |
tree | 9f93ac49cb9f75d5e5f485c08522e88e5bec2a48 /graphics/kdegraphics3/Makefile | |
parent | dc165c3f04f8bd3008506232226b76f0cf634854 (diff) | |
download | freebsd-ports-gnome-b9cfd0cb967709b270acb3621c55de2548051cdc.tar.gz freebsd-ports-gnome-b9cfd0cb967709b270acb3621c55de2548051cdc.tar.zst freebsd-ports-gnome-b9cfd0cb967709b270acb3621c55de2548051cdc.zip |
Update to KDE-1.1.2
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index c320dcfae6be..fb0c5af252e2 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/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 |