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 /multimedia/aegisub | |
parent | de0b37c73a99474e2e508d23231f9c4dfb1ff7c1 (diff) |
Notes
Diffstat (limited to 'multimedia/aegisub')
-rw-r--r-- | multimedia/aegisub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index 2277f6da1188..8b44bff69eeb 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -24,6 +24,7 @@ COMMENT= A cross-platform subtitle editor LICENSE= BSD +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig OPTIONS_DEFINE= DEBUG PROFILE GCOV EFENCE ASS ALSA OPENAL PORTAUDIO PULSEAUDIO \ @@ -34,7 +35,7 @@ EFENCE_DESC= Electric Fence (require profiling) ASS_DESC= libASS subtitle provider HUNSPELL_DESC= Hunspell support -USE_GNOME= intltool pkgconfig +USE_GNOME= intltool USE_WX= 2.8 WX_COMPS= wx contrib WX_UNICODE= yes |