diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-23 04:49:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-23 04:49:47 +0000 |
commit | e671a032d86ee7c7061ed4ff7df010117172a3e9 (patch) | |
tree | d7718284079a621e4e0f24a634542f2c2ec6394e /audio/mixer.app | |
parent | Clarify use of IS_INTERACTIVE. (diff) |
Add LIB_DEPENDS
Diffstat (limited to 'audio/mixer.app')
-rw-r--r-- | audio/mixer.app/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile index b4caddee5773..28746495919c 100644 --- a/audio/mixer.app/Makefile +++ b/audio/mixer.app/Makefile @@ -3,7 +3,7 @@ # Date created: 16 April 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id: Makefile,v 1.1.1.1 1999/04/16 12:11:47 flathill Exp $ +# $Id: Makefile,v 1.2 1999/04/18 19:39:14 mharo Exp $ # DISTNAME= Mixer.app-1.3.2 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.student.hk-r.se/~pt96pli/mixer/ MAINTAINER= cpiazza@home.net +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes do-install: |