K 10 svn:author V 6 marino K 8 svn:date V 27 2014-07-05T18:55:33.934156Z K 7 svn:log V 396 graphics/gdchart: Replace wrong PROFILE option The profile library gets built if NO_PROFILE is not set. All the PROFILE option was doing was manually changing the pkg-plist which would only work if the PROFILE option was manually synchronized with the make.conf option (they are by default, so it worked accidently). Change PLIST_SUB to switch based on NO_PROFILE as is done with other ports. END