Changeset 15416 for trunk/dports


Ignore:
Timestamp:
Dec 11, 2005, 6:00:30 AM (18 years ago)
Author:
yves
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

Changes to make it work with openmotif 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/xpdf/Portfile

    r14134 r15416  
    1 # $Id: Portfile,v 1.14 2005/09/16 22:05:26 yves Exp $
     1# $Id: Portfile,v 1.15 2005/12/11 06:00:30 yves Exp $
    22PortSystem 1.0
    33name         xpdf
    44version      3.01
    5 revision     1
     5revision     2
    66description  Xpdf is a viewer for PDF files.
    77long_description \
     
    4646    --mandir=${prefix}/share/man \
    4747    --with-appdef-dir=/etc/X11/app-defaults \
     48    --with-Xp-library=${prefix}/lib \
     49    --with-Xp-includes=${prefix}/include \
     50    --with-Xt-library=${prefix}/lib \
     51    --with-Xt-includes=${prefix}/include \
     52    --with-Xm-library=${prefix}/lib \
     53    --with-Xm-includes=${prefix}/include \
    4854    --with-t1-library=${prefix}/lib \
    4955    --with-t1-includes=${prefix}/include \
     
    6773    depends_lib-delete port:openmotif
    6874    depends_lib-append port:lesstif
     75    configure.args-delete \
     76        --with-Xp-library=${prefix}/lib \
     77        --with-Xp-includes=${prefix}/include \
     78        --with-Xt-library=${prefix}/lib \
     79        --with-Xt-includes=${prefix}/include \
     80        --with-Xm-library=${prefix}/lib \
     81        --with-Xm-includes=${prefix}/include
    6982}
Note: See TracChangeset for help on using the changeset viewer.