diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-01-10 04:06:36 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-01-10 04:06:36 +0800 |
commit | 9495d1c9500b7db7c88f4e929e707548d04e1a85 (patch) | |
tree | 3e362ba2b580b3369c52c83804ddb7fd4ddadb33 /x11-themes | |
parent | 8e2ac725bb818044893d64d66a85a8023a6f3fb6 (diff) | |
download | freebsd-ports-gnome-9495d1c9500b7db7c88f4e929e707548d04e1a85.tar.gz freebsd-ports-gnome-9495d1c9500b7db7c88f4e929e707548d04e1a85.tar.zst freebsd-ports-gnome-9495d1c9500b7db7c88f4e929e707548d04e1a85.zip |
- Support STAGEDIR
- Add license blob
- Replace USE_GMAKE by USES= gmake
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk3-unico-engine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/gtk3-unico-engine/Makefile b/x11-themes/gtk3-unico-engine/Makefile index 8fb9f21ec908..365ca6b30441 100644 --- a/x11-themes/gtk3-unico-engine/Makefile +++ b/x11-themes/gtk3-unico-engine/Makefile @@ -13,11 +13,11 @@ PKGNAMESUFFIX= -engine MAINTAINER= olivierd@FreeBSD.org COMMENT= Gtk+ 3.0 engine +LICENSE= LGPL3 + GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= pkgconfig gmake USE_GNOME= cairo glib20 gtk30 USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |