diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-24 09:04:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-24 09:04:44 +0000 |
commit | d27684dccd4b602dc2d7115b63c731b9b0e33b85 (patch) | |
tree | 0131a515aab6c9e9dee0226e1fb4fd95a50bd4d3 | |
parent | Added the package's URL to the DESCR file, which I forgot to do (diff) |
Remove redundant LIB_DEPENDS.
PR: 20100
Submitted by: Ports Furry
Notes
Notes:
svn path=/head/; revision=30988
-rw-r--r-- | games/gcompris/Makefile | 3 | ||||
-rw-r--r-- | games/gcompris2/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 7acfdd17bbb8..a716b06cdda0 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -15,8 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 7acfdd17bbb8..a716b06cdda0 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -15,8 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes USE_GMAKE= yes |