USE_X11=Yes

This commit is contained in:
sturm 2003-03-31 14:49:13 +00:00
parent 27dea17c04
commit f42fce71f8
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2002/12/26 18:41:14 sturm Exp $
# $OpenBSD: Makefile,v 1.32 2003/03/31 14:49:13 sturm Exp $
COMMENT="GNU PostScript interpreter"
@ -32,6 +32,8 @@ BUILD_DEPENDS= ::${JPEGDIR}:patch ::${PNGDIR}:patch
LIB_DEPENDS= png.2::${PNGDIR}
USE_X11= Yes
EXTRACT_ONLY= ${GS_SOURCES}
#WRKDIST= ${WRKDIR}/gs${VERSION}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2003/01/19 09:20:46 pvalchev Exp $
# $OpenBSD: Makefile,v 1.7 2003/03/31 14:49:13 sturm Exp $
COMMENT= "WindowMaker dock app similar to xload"
@ -15,6 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
WRKDIST= ${WRKDIR}/wmmon.app
WRKSRC= ${WRKDIST}/wmmon

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2002/12/28 21:49:14 fgsch Exp $
# $OpenBSD: Makefile,v 1.11 2003/03/31 14:49:13 sturm Exp $
COMMENT= "graphics and text browser with javascript support"
@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --enable-javascript --with-ssl
LIB_DEPENDS= jpeg.62::graphics/jpeg \
png.2::graphics/png \
tiff.35::graphics/tiff
USE_X11= Yes
CONFIGURE_ARGS+= --with-x --enable-graphics
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"