diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 05:19:38 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 05:19:38 +0000 |
commit | 712a2199384437ea262fe698b283e4f616362747 (patch) | |
tree | 945bab070253f362d6ebb5a75a9c90ce751c10c7 /audio/libmikmod | |
parent | 48f4e97e04d74b70c63f73cf44de3e75c99fdfaa (diff) | |
download | ports-712a2199384437ea262fe698b283e4f616362747.tar.gz ports-712a2199384437ea262fe698b283e4f616362747.zip |
Implement WANT_ESOUND, USE_ESOUND.
Notes
Notes:
svn path=/head/; revision=33420
Diffstat (limited to 'audio/libmikmod')
-rw-r--r-- | audio/libmikmod/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 53017c908dcb..88bb7aeb24ea 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://www.mikmod.darkorb.net/libmikmod/ MAINTAINER= mharo@FreeBSD.org -LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound - +USE_ESOUND= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GMAKE= yes |