aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms2
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms2')
-rw-r--r--audio/xmms2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index 4ddf948b288..345f6fae38c 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -234,8 +234,7 @@ PLIST_SUB+= MODPLUG="@comment "
.endif
.if !defined(WITHOUT_MPG123)
-LIB_DEPENDS+= mpg123.20
-:${PORTSDIR}/audio/mpg123
+LIB_DEPENDS+= mpg123.20:${PORTSDIR}/audio/mpg123
PLIST_SUB+= MPG123=""
.else
EXCLUDE+= --without-plugins="mpg123"
git/cgit.cgi/freebsd-ports-gnome/commit/shells?id=c99c8719e2ee1ad30c6ba78204f498a7d2a80204'>Update to version 6.10.00.steve2000-12-113-16/+15 * Well, basic reading skills certainly do help occassionally - Lorenroam2000-12-081-1/+1 * Bump PORTREVISION because of the added efree()/erealloc() patch.roam2000-12-081-1/+2 * free() before realloc() is bad, bad, bad.roam2000-12-081-0/+13 * It's my main shell, so I have in interest in seeing it maintained.obrien2000-11-303-3/+6 * Drop my maintainershipache2000-11-303-3/+3 * Also fix the symlink race vulnerability in bashbug.sh.obrien2000-11-301-0/+11 * Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006obrien2000-11-301-0/+28 * Add $FreeBSD$'s which help me in problem reports.obrien2000-11-221-0/+1 * Fix the temporary file creation problem with <<kris2000-11-201-0/+1 * Depend on ncurses.5 after the upgrade of devel/ncurses.tg2000-11-161-1/+1 * Make sure to point this to my local distfile directory instead ofasmodai2000-11-101-1/+1 * Update port to the 20001106 version, which fixes a temporaryasmodai2000-11-062-4/+2 * Mark forbidden for now, due to tempfile creation issues.asmodai2000-11-061-0/+1 * Correct MASTER_SITES.shige2000-10-281-1/+1 * Remove an unnecessary "strip" line in post-install.patrick2000-10-191-1/+0 * Update to 1.03okevlo2000-10-123-6/+6 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1 * Rename PLIST.nobuild to pkg-plist.nobuild.asami2000-10-081-1/+1 * Rename PLIST.doc to pkg-plist.doc.asami2000-10-081-1/+1 * Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-1/+1 * Update _kld to look (also) into /boot/kernel for kernel modules.knu2000-09-062-2/+2 * - Update to 0.5.2alex2000-07-224-59/+261 * Correct OSVERSION, which I raised for testing but forgot toalex2000-07-221-2/+2 * Update to patchlevel 3.alex2000-07-213-7/+7 * - Add support for sigset_t - changes.alex2000-07-192-1/+27 * - Update to verison 6.09.01alex2000-07-164-23/+49 * Push the FreeBSD version check down to 400021 for tcsh in base system.obrien2000-07-121-1/+1 * Update MD5. Since ftp.freebsd.org never got a copy (and I don't have one)will2000-07-101-1/+1 * Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.steve2000-07-081-1/+2 * Update to 3.0.8. Remove useless echo in Makefile.will2000-07-022-3/+2 * Get rid of the workaround regarding the libzsh-3.1.x.so generation, asknu2000-06-302-12/+3 * Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-293-3/+6 * Use ${MASTER_SITE_LOCAL}.asami2000-06-291-2/+3 * Unleash all of these ports upon the people. I no longer have any interestwill2000-06-223-3/+3 * Locally hosted distfiles moved to ftp.freebsd.org.nectar2000-06-201-2/+1 * Use the distfiles now on ftp.freebsd.org instead of from my home directorysteve2000-06-171-1/+1 * Add MASTER_SITE_SOURCEFORGE.sobomax2000-06-152-3/+6 * The zsh-functions distfile has been moved from freefall to ftp.knu2000-06-081-1/+1 * Update to 3.1.9.shige2000-06-082-2/+2 * Unbroke the port.sobomax2000-06-071-1/+2 * Add dependency to autoconf.shige2000-06-071-0/+2 * PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1hoek2000-06-041-1/+1 * Update to 3.1.7.shige2000-06-034-25/+89 * @dirrm share/doc/44bsd-cshasami2000-05-311-0/+1 * Update to 3.1.7-pre-4.knu2000-05-285-28/+59 * Re-add patch for failglob variable (see previous discussion on -commiters)cracauer2000-05-243-0/+453 * Fix trace() symbol clash with ncursescracauer2000-05-243-0/+42 * Restore static linkingache2000-05-233-0/+3 * Take over MAINTAINER since the current one is inactive. Also allow peoplewill2000-05-201-3/+4 * Comment clean-ups.hoek2000-05-131-1/+1 * Upgrade to 2.04ache2000-05-0821-807/+105 * Update to 3.1.7.p2.shige2000-05-033-3/+11 * Change MAINTAINER's address.knu2000-05-012-2/+2 * Oops, I forgot the distfile zsh-3.1.7-pre-1.tar.gz was underknu2000-04-291-6/+7 * Update to 3.1.7.p1.shige2000-04-295-66/+249 * Add some completion definitions(compdef) of FreeBSD original commands.shige2000-04-264-158/+187 * Since AT&T has released KSH93 as open-source, there is no longer awill2000-04-241-0/+1 * Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-241-1/+1 * Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-2114-36/+34 * portlintmharo2000-04-212-9/+9 * Disable this port for -currentache2000-04-201-2/+7 * Fix MASTER_SITEkris2000-04-171-1/+1 * Fix a typo.obrien2000-04-151-2/+2 * Add the original 44bsd-csh for those that don't care for the new one.obrien2000-04-151-0/+1 * This is the the traditional 4.4BSD /bin/csh C-shell, with additionalobrien2000-04-155-0/+54 * Portlint COMMENT's.knu2000-04-151-1/+1 * Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3 * Fixcpiazza2000-04-121-1/+2 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-1017-46/+43 * Finish moving MAINTAINER for my ports.will2000-03-223-3/+3 * Restore useless version required comments.obrien2000-03-221-0/+1 * Remove the "version required" line.obrien2000-03-201-1/+0 * Upgrade shells/perlsh to new version (perlsh 0.007).jedgar2000-02-2912-52/+182 * As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. Asasami2000-02-222-1/+1 * Fix a problem with zsh.texi introduced when we upgraded our base-systemtorstenb2000-02-142-13/+101 * Style nits in the ports I maintain.obrien2000-02-131-7/+7 * Add NO_LATEST_LINK, zsh-devel is the prefered port for now.billf2000-02-121-0/+1 * Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-083-3/+3 * Fix texinfo error.shige2000-02-051-2/+100 * Adding sash version 3.4.steve2000-01-3020-0/+569 * add WWW:mharo2000-01-225-0/+10 * Add WWW to description of shells/bash1mharo2000-01-221-0/+2 * Don't include bsd.port.pre.mk twice.asami2000-01-171-1/+1 * Add flash.wes2000-01-091-0/+1 * Add port for flash, a user-menu shell. This still needs awes2000-01-0916-0/+297 * Don't need a period at end.asami2000-01-082-2/+2 * Remove info/dir from PLISTade2000-01-081-1/+0 * Add perlsh.asami2000-01-061-0/+1 * Commit perlsh 0.004pre2 port.wes2000-01-0410-0/+106 * Make sure we add ksh93 to /etc/shells.steve1999-12-312-0/+9 * Update /etc/shells after installation.tg1999-12-291-0/+7 * Don't coredump under certain conditions where the pid > 32000.steve1999-12-293-0/+63 * Use --entry instead of --defentry so this port doesn't fail on oldersteve1999-12-293-3/+3 * Add a MASTER_SITE.steve1999-12-261-1/+2 * fix installation of info filesmharo1999-12-253-0/+3 * Update to version 1.03l.steve1999-12-242-4/+4 * Merge from zsh-devel: build zshall(1) correctly.billf1999-12-081-0/+11 * Intelligent packaging. Portlint.billf1999-12-071-3/+2 * Add `failglob' option as announced on -ports mailing list.cracauer1999-12-043-0/+594 * Bash1 incorrectly restores signals when executing programs. This causesobrien1999-11-283-0/+38 * Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.obrien1999-11-281-1/+10 * Activate the ksh93 port.steve1999-11-271-0/+1 * Initial import of ksh93.steve1999-11-276-0/+72 * Upgrade to v3.0.7.jkoshy1999-11-252-3/+3 * Fix reported in ports/14376 does not solve the problem essentially.shige1999-10-291-0/+11 * change master siteache1999-10-033-3/+3 * Fix packaging. Move all version info out of PLIST using PLIST_SUB.asami1999-09-112-1/+2 * building a static binary has been broken. fix thattorstenb1999-09-111-1/+1 * Upgrade to zsh 3.0.6.torstenb1999-09-113-9/+9 * Updated to 1.03ktaoka1999-09-072-3/+3 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-317-8/+8 * $Id$ -> $FreeBSD$peter1999-08-3113-13/+13 * ln -> ${LN}mharo1999-08-281-2/+2 * Update to tcsh 6.09mharo1999-08-282-5/+7 * echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-283-6/+6 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * chmod -> ${CHMOD}mharo1999-08-231-3/+3 * Update to 3.1.6.shige1999-08-065-18/+174 * Fix formatting glitch in job status output.tg1999-07-211-0/+17 * Upgrade to 5.2.14.tg1999-07-162-7/+11 * Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.steve1999-07-061-0/+11 * #4/4 enforcing Caps, no periodhoek1999-06-2711-11/+11 * 1) Update ports/shells/rc to version 1.6 (the first release versioncpiazza1999-06-264-49/+29 * Correct identity string on the alpha.steve1999-06-231-0/+16 * One of MASTER_SITES is disappeared, one is changed.sada1999-06-081-4/+3 * Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-0614-42/+7 * Mark broken for Alpha because of bus errors from unaligned accesses.steve1999-05-311-1/+5 * Activate esh.nectar1999-05-291-1/+2 * The ``easy shell'', a small shell with Lisp-like syntax.nectar1999-05-297-0/+97 * use system libreadline for -currentache1999-05-283-0/+3 * Fixes for freebsd,ELF,-currentache1999-05-2815-45/+132 * Update to 2.03 (maintainer did not respond)cracauer1999-04-199-36/+39 * Add back bash1.obrien1999-03-311-1/+2 * Bash version 1.17 was much more popular than I thought.obrien1999-03-3012-0/+251 * Delete the bash1 port.obrien1999-03-291-2/+1 * Delete the bash 1.17 port. It served us well as we transitioned to bashobrien1999-03-2912-251/+0 * Update to 1.03jflathill1999-03-172-4/+4 * Update to version 1.5b2.steve1999-03-154-100/+25 * remove links on unexecache1999-03-071-0/+5 * Update to FD-1.03iflathill1999-03-042-5/+5 * MAINTAINER changed, because I was a committer.shige1999-03-011-2/+2 * Unbreak for ELF. I didn't hear from the maintainer, but the fix is ajkoshy1999-02-231-4/+8 * ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-274-4/+8 * Break up the "plan9" category -- all the ports are where they belong, andasami1999-01-092-3/+4 * Activate zsh-devel port.steve1998-12-241-1/+2 * Update to version 3.1.5 after repository copy.steve1998-12-246-55/+46 * Mark this broken while Steve works on upgrade.asami1998-12-241-1/+3 * Sort entries. In particular, "large", "medium", "small" sort in this order,asami1998-12-071-2/+2 * More MASTER_SITEScracauer1998-12-032-17/+12 * Fixup CATEGORIES list.steve1998-11-221-2/+2 * upgrade to 6.08.00ache1998-10-223-88/+5 * Move manpages to Makefile and use MAN* macros.steve1998-10-042-3/+3 * Mark BROKEN for ELF.jseger1998-09-291-1/+3 * Upgrade, 1.03g -> 1.03h.max1998-09-045-11/+27 * Update /etc/shells upon make install.max1998-08-271-6/+11 * Update /etc/shells upon make install.max1998-08-272-2/+12 * Remove miscellaneous manpages.hoek1998-08-191-1/+0 * Removed manpages from pkg/PLISTobrien1998-08-1411-32/+5 * Update to version 2.02.1.steve1998-08-106-12/+12 * Guard against a nonexistant /usr/share/info/dir.steve1998-07-186-6/+15 * Yikes! I missed a 'ja-' in my cvs co. Undo the previoussteve1998-07-046-86/+120 * Update to version 6.07.06.steve1998-07-046-120/+86 * Rename "bash" to "bash1" (the actual port is already repository copied).asami1998-06-261-2/+2 * Update to 0.9beta1.cracauer1998-06-084-93/+42 * put MASTER_SITE_GNU firstache1998-05-163-9/+9 * Link statically.tg1998-04-291-1/+2 * Upgrade to 2.02ache1998-04-286-45/+36 * Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.max1998-04-052-3/+3 * Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tasami1998-04-041-1/+2 * Upgrade, 1.03f -> 1.03g.max1998-02-082-5/+5 * Upgrade, 1.03e -> 1.03f.max1997-12-202-5/+5 * Files from old MASTER_SITE moved to a new site.jseger1997-11-281-2/+2 * Upgrade, 1.03a -> 1.03emax1997-11-142-5/+5 * Upgrade to 2.01.1ache1997-11-066-15/+15 * Upgrade to 5.2.13.tg1997-10-282-6/+6 * Upgrade to 3.0.5torstenb1997-09-266-12/+12 * Upgrade, 1.01h -> 1.03a.max1997-09-194-36/+19 * @exec/@unexec directives that use %[FD] should never be put at themax1997-09-072-2/+2 * Make Bash obey ${PREFIX}obrien1997-08-211-0/+11 * Forgot to disable NO_CDROMcracauer1997-07-151-2/+1 * Make this port almost portlint - clean (Description is still too long)cracauer1997-07-152-50/+14 * New version. This version is allowed to be on the CDROM.cracauer1997-07-152-5/+5 * Install /etc/shells entry and info dir entryache1997-06-286-3/+90 * Get bash to not use GNU malloc. This solves the calloc() weirdnessjkh1997-06-281-0/+19 * Remove trailing dot from ${MAINTAINER}fenner1997-06-261-2/+2 * Update from 3.0.2 to 3.0.4torstenb1997-06-25