summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-02-27 13:48:19 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-02-27 13:48:19 +0000
commite3ec1819b4451850c37c56a3bdb468b219cbac99 (patch)
tree0fa3962d7739587e4a3a5ff4d1ea28e3f0b7911e /graphics
parentxgrab, xgrabsc: an X-Windows image grabber (diff)
Fixed LIB_DEPENDS---xpm library has major version number 4, not 3.
Notes
Notes: svn path=/head/; revision=1048
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pixmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile
index 5e595be2f217..a084a5f6d85e 100644
--- a/graphics/pixmap/Makefile
+++ b/graphics/pixmap/Makefile
@@ -1,6 +1,6 @@
USE_IMAKE= yes
DISTNAME= pixmap
-LIB_DEPENDS= Xpm\\.3\\.:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
MASTER_SITES= ftp://ftp.x.org/pub/R6untarred/contrib/programs/
.if !defined(MASTER_SITE_OVERRIDE)