Revision: 83097 http://trac.macports.org/changeset/83097 Author: dports@macports.org Date: 2011-08-25 14:43:18 -0700 (Thu, 25 Aug 2011) Log Message: ----------- gperf: set installs_libs no Modified Paths: -------------- trunk/dports/devel/gperf/Portfile Modified: trunk/dports/devel/gperf/Portfile =================================================================== --- trunk/dports/devel/gperf/Portfile 2011-08-25 21:25:34 UTC (rev 83096) +++ trunk/dports/devel/gperf/Portfile 2011-08-25 21:43:18 UTC (rev 83097) @@ -1,3 +1,4 @@ +# -*- 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 # $Id$ PortSystem 1.0 @@ -8,6 +9,7 @@ revision 2 categories devel license GPL-3+ +installs_libs no maintainers mcalhoun openmaintainer description GNU perfect hash generator long_description Generates a perfect hash function for various input.