aboutsummaryrefslogtreecommitdiff
path: root/devel/gwenhywfar-gtk2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Switch devel/gwenhywfar* to USES=libtool, drop .la filesDmitry Marakasov2014-06-241-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=359074
* - Support stagingJason E. Hale2013-10-101-1/+0
| | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers Notes: svn path=/head/; revision=329953
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - Update MAINTAINER to my new FreeBSD.org addressJason E. Hale2012-09-131-1/+1
| | | | | | | Approved by: makc (mentor) Notes: svn path=/head/; revision=304177
* Apply the rest of the changes that should have got in with r303495:Raphael Kubo da Costa2012-09-011-86/+7
| | | | | | | | | | | - svn rm some files which were just emptied in the previous commit. - Adjust the new ports' Makefiles. PR: ports/170492 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=303502
* devel/gwenhywfar:Raphael Kubo da Costa2012-09-011-0/+92
- Repocopy devel/gwenhywfar to devel/gwenhywfar-{fox16,gtk2,qt4}. - devel/gwenhywfar is now a master port and new slave ports will allow the user to install the GUI libraries separately. This will make packaging easier for finance/gnucash and finance/kmymoney-kde4. finance/aqbanking: - finance/aqbanking has been updated to 5.0.25 and includes a shlib bump, so instead of making the user rebuild twice it is included here. - Shlib bump aqbanking.33 -> aqbanking.34. - Fix LICENSE. - Convert to new OPTIONS framework. finance/gnucash: - Adjust LIB_DEPENDS for AQBANKING option so they are installed in the correct order. - Drop unneeded LICENSE_FILE. - Drop ABI version numbers from all LIB_DEPENDS (if you really want to keep them, at least keep the LIB_DEPENDS in the order I changed them to since aqbanking should be built last. Also aqbanking.33 -> aqbanking.34). - Remove BROKEN message now that the dependency problem is solved. finance/kmymoney-kde4: - Convert to new OPTIONS framework. - Drop WITH_* from PLIST_SUB. - Drop ABI version numbers from all LIB_DEPENDS. - Add USE_PKGCONFIG=build. - Remove IGNORE message now that the dependency problem is solved. Also clean up the header for the touched Makefiles. PR: ports/170492 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=303495