diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-05 12:37:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-05 12:37:46 +0000 |
commit | 7470324756716381425aec0d844b9f3519a7db18 (patch) | |
tree | 5b61c67b096c2deb2d075603d84750660eca21db /audio/gnome-audio/Makefile | |
parent | b50b1f8d8e663bb5d901c0ebcc037be1110f64b6 (diff) | |
download | ports-7470324756716381425aec0d844b9f3519a7db18.tar.gz ports-7470324756716381425aec0d844b9f3519a7db18.zip |
Notes
Diffstat (limited to 'audio/gnome-audio/Makefile')
-rw-r--r-- | audio/gnome-audio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index 9911c4bb04c9..71c5b364af35 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: gnomeaudio -# Version required: 0.1 +# Version required: 0.1 # Date created: 29 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/30 23:18:11 vanilla Exp $ # DISTNAME= gnome-audio-0.1 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= vanilla@FreeBSD.ORG +RUN_DEPEND= gnome-config:${PORTSDIR}/x11/gnomelibs + USE_X_PREFIX= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/gnome-audio/sounds |