Changeset 11865


Ignore:
Timestamp:
Apr 18, 2005, 9:27:45 PM (19 years ago)
Author:
mww
Message:

add missing deps (get installed indirectly anyway), use port:: dep syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/xmlsec/Portfile

    r11864 r11865  
    1 # $Id: Portfile,v 1.1 2005/04/18 21:20:07 mww Exp $
     1# $Id: Portfile,v 1.2 2005/04/18 21:27:45 mww Exp $
    22
    33PortSystem 1.0
     
    1919patchfiles              patch-configure
    2020
    21 depends_lib             lib:XXX:libxml2 \
    22                                 lib:XXX:libxslt \
    23                                 lib:XXX:openssl
     21depends_lib             port::libxml2 \
     22                                port::libxslt \
     23                                port::openssl \
     24                                port::libiconv \
     25                                port::zlib
    2426
    2527configure.args  --with-libxml=${prefix} \
Note: See TracChangeset for help on using the changeset viewer.