diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:59:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:59:10 +0000 |
commit | c3be10f03fe4766a2b430aca0968367c13cfaa13 (patch) | |
tree | 6f798cb5b544d6b0b16da0a38d8e3f42c4b4beb7 /graphics | |
parent | efc1cb64f924e28e5311b7f53491903d78083410 (diff) | |
download | ports-c3be10f03fe4766a2b430aca0968367c13cfaa13.tar.gz ports-c3be10f03fe4766a2b430aca0968367c13cfaa13.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index e27146e5040b..0e4dfe112a5f 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xv -# Date created: 30 October 1994 -# Whom: smace -# +# Created by: smace # $FreeBSD$ -# PORTNAME= xv PORTVERSION= 3.10a @@ -22,12 +18,11 @@ PATCHFILES= xv-3.10a-enhancements.20070520-20081216.diff MAINTAINER?= dinoex@FreeBSD.org COMMENT?= An X11 program that displays images of various formats -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + tiff:${PORTSDIR}/graphics/tiff \ png15:${PORTSDIR}/graphics/png \ - jasper.4:${PORTSDIR}/graphics/jasper + jasper:${PORTSDIR}/graphics/jasper -USE_GCC= any USE_IMAKE= yes USE_XORG= xext x11 xt .if !defined(NOMAN) |