diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile index 2f9da51d364f..30d4994036bb 100644 --- a/editors/zoinks/Makefile +++ b/editors/zoinks/Makefile @@ -3,7 +3,7 @@ PORTNAME= zoinks PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= http://zoinks.mikelockwood.com/download/ @@ -11,11 +11,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X11 programmer's editor and development environment LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -USE_XORG= xpm +USES= compiler +USE_XORG= x11 xext xpm GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS