diff options
author | mat <mat@FreeBSD.org> | 2015-04-24 22:32:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-24 22:32:58 +0800 |
commit | 51d593455ae685bbbb598c62b1fcd3018c896690 (patch) | |
tree | 4f56e939aebbd8a3cdc3a4212af519a5f2432df0 /sysutils | |
parent | 051168dda762820597fb7e81800073a494b7d34d (diff) | |
download | freebsd-ports-gnome-51d593455ae685bbbb598c62b1fcd3018c896690.tar.gz freebsd-ports-gnome-51d593455ae685bbbb598c62b1fcd3018c896690.tar.zst freebsd-ports-gnome-51d593455ae685bbbb598c62b1fcd3018c896690.zip |
Fix build.
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libcdio-paranoia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/libcdio-paranoia/Makefile b/sysutils/libcdio-paranoia/Makefile index 446ae056f940..5c3a4b83cdce 100644 --- a/sysutils/libcdio-paranoia/Makefile +++ b/sysutils/libcdio-paranoia/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio USES= pathfix tar:bzip2 gmake pkgconfig libtool perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include post-patch: |