duplicate CONFIGURE_STYLE and cleanup

This commit is contained in:
obecian 2001-10-05 17:44:07 +00:00
parent ebab8d76bf
commit fd52b8e857

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/07 04:04:36 obecian Exp $
# $OpenBSD: Makefile,v 1.2 2001/10/05 17:44:07 obecian Exp $
COMMENT= "SDL C++ GUI widget library"
@ -28,6 +28,4 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>