diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-24 17:04:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-24 17:04:44 +0800 |
commit | f73735a3b86280c6241589aaccaadcba7944ba09 (patch) | |
tree | 0bf9cfb79cd7709d32f2926b419a0b8b69ec007b /games/gcompris2 | |
parent | 31d5ddfc077afd2aaed0e956531924c43e0355e0 (diff) | |
download | freebsd-ports-gnome-f73735a3b86280c6241589aaccaadcba7944ba09.tar.gz freebsd-ports-gnome-f73735a3b86280c6241589aaccaadcba7944ba09.tar.zst freebsd-ports-gnome-f73735a3b86280c6241589aaccaadcba7944ba09.zip |
Remove redundant LIB_DEPENDS.
PR: 20100
Submitted by: Ports Furry
Diffstat (limited to 'games/gcompris2')
-rw-r--r-- | games/gcompris2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |