Changeset 83331
- Timestamp:
- 08/29/11 15:27:29 (4 years ago)
- Location:
- trunk/dports/devel
- Files:
-
- 2 edited
-
aqbanking5/Portfile (modified) (2 diffs)
-
gwenhywfar4/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/aqbanking5/Portfile
r80804 r83331 12 12 maintainers mk openmaintainer 13 13 platforms darwin 14 license {GPL-2 OpenSSLException} 14 15 15 16 description a generic online banking interface … … 42 43 universal_variant no 43 44 45 if {$subport == $name} { 46 conflicts aqbanking5-gtk 47 } 48 49 subport aqbanking5-gtk { 50 conflicts aqbanking5 51 depends_lib-delete port:gwenhywfar4 port:qt4-mac 52 depends_lib-append port:gwenhywfar4-gtk 53 } 54 44 55 configure.cppflags-append "-L${prefix}/lib" 45 56 configure.cflags-append "-L${prefix}/lib" -
trunk/dports/devel/gwenhywfar4/Portfile
r81553 r83331 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 … … 12 13 categories devel net finance 13 14 maintainers mk openmaintainer 15 license {LGPL-2.1 OpenSSLException} 14 16 15 17 description a utility library required by aqbanking and related software … … 30 32 port:gettext \ 31 33 port:libxml2 \ 32 port:gnutls \ 33 port:qt4-mac 34 port:gnutls 34 35 35 36 depends_build port:libtool \ 36 37 port:pkgconfig 37 38 38 configure.args --with-qt4-libs=${prefix}/lib \ 39 --with-qt4-includes=${prefix}/include \ 40 --with-qt4-moc=${prefix}/bin/moc \ 41 --with-qt4-uic=${prefix}/bin/uic \ 42 --with-guis=qt4 \ 43 --enable-static 39 configure.args --enable-static 44 40 45 41 patch.dir ${workpath}/${distname} 46 42 patch.pre_args -p1 43 44 if {$subport == $name} { 45 conflicts gwenhywfar4-gtk 46 configure.args-append --with-qt4-libs=${prefix}/lib \ 47 --with-qt4-includes=${prefix}/include \ 48 --with-qt4-moc=${prefix}/bin/moc \ 49 --with-qt4-uic=${prefix}/bin/uic \ 50 --with-guis=qt4 51 depends_lib-append port:qt4-mac 52 } 53 54 subport gwenhywfar4-gtk { 55 conflicts gwenhywfar4 56 depends_lib-append port:gtk2 57 configure.args-append --with-guis=gtk2 --disable-qt4 58 } 47 59 48 60 variant enable_local_install description "Enable local installation mode (plugins, data, locale and config are located relatively to the binary)" {
Note: See TracChangeset
for help on using the changeset viewer.

