diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:36:06 +0000 |
commit | 3cf0c52fa6016687078f1be15489ab2af19dc330 (patch) | |
tree | cbe693adeccba5e36f594c9db8a0b351320cb150 /graphics/gpaint | |
parent | 4dbc59c3bb70027554159916d299ae4aa3d6a717 (diff) | |
download | freebsd-ports-3cf0c52fa6016687078f1be15489ab2af19dc330.zip |
graphics: Add missing USES={gl,gnome,sdl}
Diffstat (limited to 'graphics/gpaint')
-rw-r--r-- | graphics/gpaint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 30c68a4d5e10..6c17d450315f 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= GNU_ALPHA MAINTAINER= ports@FreeBSD.org COMMENT= Small-scale painting program for GNOME -USES= libtool pkgconfig +USES= gnome libtool pkgconfig USE_GNOME= libgnomeprint libgnomeprintui GNU_CONFIGURE= yes LIBS+= -lm |