diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-19 07:56:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-19 07:56:30 +0800 |
commit | 5a807621b6c97add5c7d9892b4f67c50858f8038 (patch) | |
tree | a12ae61aadf18290551d6919b5adbe9d71ee075e | |
parent | f6b3c87ef6b9aef87d3a3789accf70a933242097 (diff) | |
download | freebsd-ports-gnome-5a807621b6c97add5c7d9892b4f67c50858f8038.tar.gz freebsd-ports-gnome-5a807621b6c97add5c7d9892b4f67c50858f8038.tar.zst freebsd-ports-gnome-5a807621b6c97add5c7d9892b4f67c50858f8038.zip |
Remove gratitutous version number from LIB_DEPENDS where not required.
-rw-r--r-- | devel/adime/Makefile | 2 | ||||
-rw-r--r-- | graphics/scr2png/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/icewm/Makefile | 2 | ||||
-rw-r--r-- | x11/xbindkeys/Makefile | 2 |
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 |