Dependency fixes.
authorrodin <rodin@ddfedd41-794f-dd11-ae45-00112f111e67>
Mon, 30 Nov 2009 16:09:31 +0000 (16:09 +0000)
committerrodin <rodin@ddfedd41-794f-dd11-ae45-00112f111e67>
Mon, 30 Nov 2009 16:09:31 +0000 (16:09 +0000)
freebsd-port/libchimara/Makefile

index 8e8ea0cfec78c0f827574387814740faedcfce20..f8212f254377a418c22cb25831220482a77f22b7 100644 (file)
@@ -14,12 +14,11 @@ DISTNAME=     chimara-0.1
 MAINTAINER=    w.m.vanvliet@student.utwente.nl
 COMMENT=       A GTK widget that implements the GLK interface for interactive fiction.
 
-LIB_DEPENDS=   libchimara.0:${PORTSDIR}/devel/libchimara \
-                      gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \
-                          glib-2.0:${PORTSDIR}/devel/glib20
+USE_GNOME=     gtk20
 
 GNU_CONFIGURE= yes
 USE_GMAKE=     yes
+USE_LDCONFIG=  ${PREFIX}/lib ${PREFIX}/lib/chimara
 
 
 .include <bsd.port.mk>