aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/adime/Makefile2
-rw-r--r--graphics/scr2png/Makefile2
-rw-r--r--x11-wm/icewm/Makefile2
-rw-r--r--x11/xbindkeys/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/adime/Makefile b/devel/adime/Makefile
index 045168fc155d..334c1fdee0ea 100644
--- a/devel/adime/Makefile
+++ b/devel/adime/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF
MAINTAINER= eadler@FreeBSD.org
COMMENT= Generate Allegro dialogs in a very simple way
-LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro
+LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro
USE_GMAKE= yes
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index a560f70ab84d..943a94603a22 100644
--- a/graphics/scr2png/Makefile
+++ b/graphics/scr2png/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= nik
MAINTAINER= eadler@FreeBSD.org
COMMENT= Converts the output of "vidcontrol -p" to PNG
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
NO_WRKSUBDIR= yes
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 2e8d1bf66430..f01aecfc8da4 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+=--with-icesound=oss
.endif
.if !defined(WITHOUT_XFT)
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
+LIB_DEPENDS+= Xft:${PORTSDIR}/x11-fonts/libXft
CONFIGURE_ARGS+=--enable-gradients
.else
CONFIGURE_ARGS+=--enable-corefonts --disable-xfreetype
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index 232f1bedcffb..9831bcc81752 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -31,7 +31,7 @@ WISH= ${LOCALBASE}/bin/wish8.4
.include <bsd.port.pre.mk>
.if defined(WITH_GUILE)
-LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile
.else
CONFIGURE_ARGS+= --disable-guile
.endif