aboutsummaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-01-26 16:59:10 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-01-26 16:59:10 +0000
commitc3be10f03fe4766a2b430aca0968367c13cfaa13 (patch)
tree6f798cb5b544d6b0b16da0a38d8e3f42c4b4beb7 /graphics/xv
parentefc1cb64f924e28e5311b7f53491903d78083410 (diff)
downloadports-c3be10f03fe4766a2b430aca0968367c13cfaa13.tar.gz
ports-c3be10f03fe4766a2b430aca0968367c13cfaa13.zip
- cleanup header
- strip shlibversion in depedency
Notes
Notes: svn path=/head/; revision=311032
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/Makefile13
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)