remove bogus CONFIGURE_ARGS option

This commit is contained in:
brad 2003-12-19 19:22:58 +00:00
parent cb6c212c29
commit c97c4d4411

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2003/12/14 09:26:11 sturm Exp $
# $OpenBSD: Makefile,v 1.28 2003/12/19 19:22:58 brad Exp $
COMMENT= "GdkPixbuf graphics library"
COMMENT-gnome= "GdkPixbuf graphics library (GNOME Canvas)"
@ -57,8 +57,4 @@ LIB_DEPENDS+= gnome.36,art_lgpl,gnomesupport,gnomeui::x11/gnome/libs
. endif
.endif
.if ${MULTI_PACKAGES:M-gnome}
CONFIGURE_ARGS+= --with-gnome
.endif
.include <bsd.port.mk>