Modified: trunk/dports/devel/libsdl_ttf-framework/Portfile (75298 => 75299)
--- trunk/dports/devel/libsdl_ttf-framework/Portfile 2011-01-20 09:58:08 UTC (rev 75298)
+++ trunk/dports/devel/libsdl_ttf-framework/Portfile 2011-01-20 10:03:27 UTC (rev 75299)
@@ -1,11 +1,12 @@
# $Id$
PortSystem 1.0
-PortGroup xcode 1.0
name libsdl_ttf-framework
-version 20100314
+version 20110120
categories devel graphics
+platforms darwin
+supported_archs noarch
maintainers jmr openmaintainer
description Framework version of libsdl_ttf
@@ -15,13 +16,13 @@
homepage http://www.libsdl.org/projects/SDL_ttf/
distfiles
-depends_run port:libsdl_ttf
+depends_run port:libsdl_ttf port:libsdl-framework
use_configure no
build {}
destroot {
- set path ${prefix}/Library/Frameworks/SDL_ttf.framework
+ set path ${frameworks_dir}/SDL_ttf.framework
xinstall -d ${destroot}${path}/Versions/A/Headers
ln -sf ${prefix}/lib/libSDL_ttf.dylib ${destroot}${path}/Versions/A/SDL_ttf
@@ -31,6 +32,4 @@
ln -sf Versions/A/Headers ${destroot}${path}/Headers
}
-universal_variant no
-
livecheck.type none