svn commit: r327818 - head/devel/adime

Eitan Adler eadler at FreeBSD.org
Sat Sep 21 14:22:49 UTC 2013


Author: eadler
Date: Sat Sep 21 14:22:49 2013
New Revision: 327818
URL: http://svnweb.freebsd.org/changeset/ports/327818

Log:
  Switch to new LIB_DEPENDS format
  Tested with poudriere

Modified:
  head/devel/adime/Makefile

Modified: head/devel/adime/Makefile
==============================================================================
--- head/devel/adime/Makefile	Sat Sep 21 14:14:23 2013	(r327817)
+++ head/devel/adime/Makefile	Sat Sep 21 14:22:49 2013	(r327818)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	Generate Allegro dialogs in a very simple way
 
-LIB_DEPENDS=	alleg:${PORTSDIR}/devel/allegro
+LIB_DEPENDS=	liballeg.so:${PORTSDIR}/devel/allegro
 
 USES=	gmake
 


More information about the svn-ports-all mailing list