Fix PLIST on Darwin.
This commit is contained in:
parent
f61e801804
commit
49a3d94807
2 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2014/03/22 20:15:20 spz Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2015/09/05 11:55:28 jperkin Exp $
|
||||
|
||||
PKGREVISION= 2
|
||||
|
||||
|
@ -29,6 +29,10 @@ PLIST_SRC+= PLIST.cserve
|
|||
PLIST_SRC+= PLIST.cserve
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == "Darwin"
|
||||
PLIST_SRC+= PLIST.Darwin
|
||||
.endif
|
||||
|
||||
CPPFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE=600
|
||||
|
||||
post-install:
|
||||
|
|
4
graphics/evas/PLIST.Darwin
Normal file
4
graphics/evas/PLIST.Darwin
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST.Darwin,v 1.1 2015/09/05 11:55:28 jperkin Exp $
|
||||
include/evas-1/Evas_Engine_GL_Cocoa.h
|
||||
lib/evas/modules/engines/gl_cocoa/${MODULE_ARCH}/module.la
|
||||
lib/pkgconfig/evas-opengl-cocoa.pc
|
Loading…
Reference in a new issue