diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-13 21:38:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-13 21:38:00 +0800 |
commit | d539157711cd8a93e342b0e3784bc8febca672a9 (patch) | |
tree | 21d0f70a62e0a1c111d38db1a137ba0e6aa750ce /graphics | |
parent | ff6a625bb6ba7561996a30606e6c58021ed19e9a (diff) | |
download | freebsd-ports-gnome-d539157711cd8a93e342b0e3784bc8febca672a9.tar.gz freebsd-ports-gnome-d539157711cd8a93e342b0e3784bc8febca672a9.tar.zst freebsd-ports-gnome-d539157711cd8a93e342b0e3784bc8febca672a9.zip |
- Add CPE info
- Add LICENSE
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index a025eb5c7d04..a5d9d1626890 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -13,8 +13,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Graphic library for GTK+ +LICENSE= LGPL20 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USE_XORG= xt xi x11 -USES= gmake libtool pathfix pkgconfig tar:xz +USES= cpe gmake libtool pathfix pkgconfig tar:xz +CPE_VENDOR= gnome USE_GNOME+= glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes |