gnustep-base doesn't need to install the compatibility layer anymore, which requires a major lib bump. Bump revision of all dependent packages, and remove double REVISION in webservices OK landry@
18 lines
355 B
Makefile
18 lines
355 B
Makefile
# $OpenBSD: Makefile,v 1.7 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT= view images and do slideshows
|
|
|
|
DISTNAME = LaternaMagica-0.4
|
|
REVISION = 0
|
|
|
|
HOMEPAGE= http://gap.nongnu.org/laternamagica/
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB+= c m pthread
|
|
|
|
post-extract:
|
|
rm ${WRKSRC}/AppController.m.orig
|
|
|
|
.include <bsd.port.mk>
|