diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
commit | 86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb (patch) | |
tree | 6f6452717d480fc723cb34dac6821c9a57f49795 /sysutils/xfburn | |
parent | de0b37c73a99474e2e508d23231f9c4dfb1ff7c1 (diff) |
Notes
Diffstat (limited to 'sysutils/xfburn')
-rw-r--r-- | sysutils/xfburn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index b531b318d194..c8bd38f7a1a7 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -16,6 +16,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= ports@FreeBSD.org COMMENT= CD/DVD burning tool for Xfce +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn \ isofs.6:${PORTSDIR}/devel/libisofs RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao @@ -25,7 +26,7 @@ CONFIGURE_ENV= GMSGFMT=${PREFIX}/bin/msgfmt DATADIRNAME=share USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= intltool pkgconfig +USE_GNOME= intltool USE_XFCE= configenv libexo libgui USE_CDRTOOLS= yes INSTALLS_ICONS= yes |