diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 21:22:59 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 21:22:59 +0800 |
commit | 3c25acd057b36f4b8acf995beff5f4afbcc67b98 (patch) | |
tree | a54ba2abe21387f8861f7fa1983abd60b09b9a5f /print/abcm2ps | |
parent | 77baedc828998509aa22424356a907d80799d6b8 (diff) | |
download | freebsd-ports-gnome-3c25acd057b36f4b8acf995beff5f4afbcc67b98.tar.gz freebsd-ports-gnome-3c25acd057b36f4b8acf995beff5f4afbcc67b98.tar.zst freebsd-ports-gnome-3c25acd057b36f4b8acf995beff5f4afbcc67b98.zip |
print, science: Add missing USES=gnome
Diffstat (limited to 'print/abcm2ps')
-rw-r--r-- | print/abcm2ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 88371f628b01..2fc841fce06d 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -11,7 +11,7 @@ COMMENT= Converts ABC to music sheet in PostScript format LICENSE= GPLv2 -USES= cpe gettext-runtime +USES= cpe gettext-runtime gnome MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CPE_VENDOR= moinejf GNU_CONFIGURE= yes |