diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:06:27 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:06:27 +0000 |
commit | ada732850424a3fc3b2c294a56407f3ea797ce82 (patch) | |
tree | fb4b9ba39c884ee070c132f8788e8a3c7553bf15 /misc/lingoteach | |
parent | e4868fdb92b5a187a0cc4652a558c49023e8e32b (diff) | |
download | freebsd-ports-ada732850424a3fc3b2c294a56407f3ea797ce82.zip |
misc: Add missing USES=gnome
Diffstat (limited to 'misc/lingoteach')
-rw-r--r-- | misc/lingoteach/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index ae352abdc6da..7083be80681a 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-ui-${PORTVERSION} USE_GNOME= gtk20 GNU_CONFIGURE= yes -USES= gmake pkgconfig libtool +USES= gmake gnome libtool pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0` |