remove MODGNU_SHARED_LIBS

This commit is contained in:
steven 2006-01-08 10:04:16 +00:00
parent c78ffbafe4
commit 9872e933d8
2 changed files with 2 additions and 6 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2005/12/26 22:34:27 steven Exp $
# $OpenBSD: Makefile,v 1.4 2006/01/08 10:04:16 steven Exp $
COMMENT= "vector graphics library"
DISTNAME= cairo-1.0.2
SHARED_LIBS= cairo 4.3
MODGNU_SHARED_LIBS= cairo '-no-undefined'
CATEGORIES= graphics
HOMEPAGE= http://cairographics.org/introduction

View File

@ -1,13 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2005/12/26 21:32:05 steven Exp $
# $OpenBSD: Makefile,v 1.3 2006/01/08 10:04:16 steven Exp $
COMMENT= "OpenGL image compositing library"
DISTNAME= glitz-0.4.4
SHARED_LIBS= glitz-glx 1.0 \
glitz 1.0
MODGNU_SHARED_LIBS= glitz-glx '-no-undefined' \
glitz '-no-undefined'
LIBglitz-glx_ALIAS= glitz_glx
CATEGORIES= graphics