diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-11-22 12:04:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-11-22 12:04:48 +0000 |
commit | dad8b8d02c3756eab01988f1219007cab946c267 (patch) | |
tree | 988e8eb90eafe8cda3ba98a69885b0b95e641441 /x11-toolkits | |
parent | 13ce0ed6332e5389121cf94ad7323d6ecd39bc85 (diff) | |
download | ports-dad8b8d02c3756eab01988f1219007cab946c267.tar.gz ports-dad8b8d02c3756eab01988f1219007cab946c267.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 0f4d6bb6c719..982c66139c48 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -3,7 +3,7 @@ PORTNAME= fltk PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://fltk.org/pub/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -15,8 +15,8 @@ LICENSE= LGPL20 LIB_DEPENDS= libpng.so:graphics/png -USES= jpeg pkgconfig -USE_XORG= xft +USES= jpeg localbase pkgconfig +USE_XORG= x11 xcursor xext xfixes xft xinerama USE_GL= glu USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -24,9 +24,6 @@ CONFIGURE_ARGS= --enable-shared WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES |