diff options
-rw-r--r-- | graphics/gliv/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 149bc8fddb10..0cd8f1bc1ac5 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -15,16 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext +USES= compiler:c11 desktop-file-utils gettext gl gmake \ + localbase:ldflags pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix gtk20 USE_GL= yes -USES= desktop-file-utils gettext gmake pkgconfig tar:bzip2 pathfix GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - post-install: ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ ${STAGEDIR}${PREFIX}/share/applications |