diff options
author | mharo <mharo@FreeBSD.org> | 2000-01-22 18:46:55 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-01-22 18:46:55 +0800 |
commit | 28bcdb920db14d7640bdead116473636790f609d (patch) | |
tree | aee7f5ec959310d07a31125420545634f0086cc9 /audio/xmixer/Makefile | |
parent | 0e4e12b367d27a9d137a06a7b797e4e0a918de6b (diff) | |
download | freebsd-ports-graphics-28bcdb920db14d7640bdead116473636790f609d.tar.gz freebsd-ports-graphics-28bcdb920db14d7640bdead116473636790f609d.tar.zst freebsd-ports-graphics-28bcdb920db14d7640bdead116473636790f609d.zip |
add dependency on gtk. found by bento
Diffstat (limited to 'audio/xmixer/Makefile')
-rw-r--r-- | audio/xmixer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmixer/Makefile b/audio/xmixer/Makefile index 4ca6487d309..20905683f95 100644 --- a/audio/xmixer/Makefile +++ b/audio/xmixer/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= apps/sound/mixers MAINTAINER= trevor@jpj.net +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + WRKSRC= ${WRKDIR}/xmixer GNU_CONFIGURE= yes |