Changeset 3022 for trunk/dports


Ignore:
Timestamp:
Jul 10, 2003, 4:48:26 AM (21 years ago)
Author:
jkh
Message:

Disable print option and add explicit dep on pango (which I've come to hate).

File:
1 edited

Legend:

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

    r2959 r3022  
    1 # $Id: Portfile,v 1.15 2003/06/23 08:49:17 jkh Exp $
     1# $Id: Portfile,v 1.16 2003/07/10 04:48:26 jkh Exp $
    22
    33PortSystem 1.0
     
    1818                lib:libintl.1:gettext lib:libjpeg.62:jpeg \
    1919                lib:libpng.3:libpng lib:libtiff.3:tiff \
    20                 lib:libart_lgpl.2:libart_lgpl
     20                lib:libart_lgpl.2:libart_lgpl lib:libpango.1:libpango
    2121
    2222patchfiles      patch-Makefile.in patch-plug_in_cmds.c \
     
    2727                CPPFLAGS=-I${prefix}/include CFLAGS=-I${prefix}/include
    2828
    29 configure.post_args     --without-mng
     29configure.post_args     --without-mng --disable-print
    3030
    3131post-install    { system "rm ${destroot}${prefix}/bin/gimp"
Note: See TracChangeset for help on using the changeset viewer.