From 2a28ece10b067c941da2d6d0e557342b649951f0 Mon Sep 17 00:00:00 2001 From: vanilla Date: Wed, 14 Mar 2001 19:33:30 +0000 Subject: Use "USE_GTK" & "USE_GNOME" forever. --- audio/xmms-shn/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 9aba0ba0d3bf..eaf99b4236a3 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -12,12 +12,11 @@ MASTER_SITES= http://sdf.lonestar.org/~jason/shn-utils/xmms-shn/source/ MAINTAINER= fenner@FreeBSD.Org -LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes +USE_GTK= yes USE_AUTOCONF= yes USE_GMAKE= yes -- cgit www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pavuk
Commit message (Collapse)AuthorAgeFilesLines
* Convert from USE_GETTEXT to USES= gettextbapt2013-04-271-11/+9
| | | | | | While here: - Trim some headers - Convert to new options framework
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* Remove dependancy on net/socks5 in preperation for that port's removal fromjpaetzel2012-02-131-5/+1
| | | | the ports tree.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with E,F
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Welcome X.org 7.2 \o/.flz2007-05-202-8/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.9.35miwi2007-03-272-10/+9
| | | | | PR: 110816 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Remove directories that are not in mtree filerafan2006-08-151-0/+8
| | | | | | | | | Note that these directories are be removed by other dependency ports, so I do not bump PORTREVISION for them. These affected ports are belong to ports@. PR: ports/101586 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
* Remove USE_REINPLACE from all categories starting with Fedwin2006-05-071-1/+0
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Update to 0.9.34anray2006-01-283-7/+8
|
* - Add SHA256pav2005-11-251-0/+1
|
* - Update to 0.9.33pav2005-10-062-3/+3
|
* - Update to version 0.9.32.flz2005-04-043-33/+4
| | | | | PR: ports/79470 Submitted by: Ports Fury
* Implement net/dante and net/socks5 support.krion2005-02-201-0/+12
|
* Fix package build.krion2004-11-161-0/+7
| | | | Submitted by: Ports Fury
* Update to version 0.9.31krion2004-11-147-90/+59
| | | | | PR: ports/73902 Submitted by: Ports Fury
* Fix ↵eik2004-07-272-1/+31
| | | | | | <http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html> Obtained from: gentoo cvs
* Fix buffer overflow.naddy2004-07-032-1/+17
| | | | Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
* Correct pkg-plistkris2004-04-171-7/+7
| | | | Pointy hat to: kris
* - Fix pkg-plistclement2004-04-151-7/+14
| | | | Reported on: dosirak
* Support WITHOUT_NLSkris2004-03-251-1/+8
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* SIZEify.trevor2004-01-291-0/+1
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* - Fix buildkrion2003-09-041-6/+9
| | | | | PR: 56433 Submitted by: Ports Fury
* - don't clobber any given LDFLAGSdinoex2003-09-011-2/+2
| | | | resolves conflitcs with bsd.openssl.mk
* - Fix build packagekrion2003-09-012-20/+13
| | | | | | | - Use DOCSDIR macro - Bump PORTREVISION Reported by: kris via bento
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* De-pkg-comment.knu2003-02-212-1/+1
|