diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-23 12:49:47 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-23 12:49:47 +0800 |
commit | fec371032c26204eed417b25a8bbf1d0dd5f8091 (patch) | |
tree | 0f158a7df23e723cc7d710886545003c27b91483 /audio/mixer.app | |
parent | ac2df104045a4f144a5e61034ff90f3163e41e41 (diff) | |
download | freebsd-ports-gnome-fec371032c26204eed417b25a8bbf1d0dd5f8091.tar.gz freebsd-ports-gnome-fec371032c26204eed417b25a8bbf1d0dd5f8091.tar.zst freebsd-ports-gnome-fec371032c26204eed417b25a8bbf1d0dd5f8091.zip |
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: |