diff options
author | ade <ade@FreeBSD.org> | 2000-08-11 23:25:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-11 23:25:32 +0800 |
commit | 29813ad859814a458d46eae597974fc428a4229e (patch) | |
tree | d68fd64f68b76cc68efdbf4eaeb42fa2eaa162c5 /games/glife | |
parent | ca8c7a13c90818d9502c55a5ec82f76a8d7e5783 (diff) | |
download | freebsd-ports-gnome-29813ad859814a458d46eae597974fc428a4229e.tar.gz freebsd-ports-gnome-29813ad859814a458d46eae597974fc428a4229e.tar.zst freebsd-ports-gnome-29813ad859814a458d46eae597974fc428a4229e.zip |
Fix up 'extra' directories
Submitted by: bento
Diffstat (limited to 'games/glife')
-rw-r--r-- | games/glife/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/glife/Makefile b/games/glife/Makefile index 753e79a74255..8df89be300eb 100644 --- a/games/glife/Makefile +++ b/games/glife/Makefile @@ -14,9 +14,8 @@ DISTNAME= gLife-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ glade.4:${PORTSDIR}/devel/libglade -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter USE_X_PREFIX= yes USE_LIBTOOL= yes |