diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-28 18:52:17 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-28 18:52:17 +0000 |
commit | 7d381b155e465418070362eb6fcd789393f98db3 (patch) | |
tree | 41afa982baee2d85dab621114ab1cfc3d9ed096a /audio | |
parent | respect CFLAGS. (diff) |
add missing LIB_DEPENDS to gdk_pixbuf.
PR: 24694
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Notes
Notes:
svn path=/head/; revision=37683
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gqmpeg-devel/Makefile | 1 | ||||
-rw-r--r-- | audio/gqmpeg/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index 1c1021f12376..29606638b2a9 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lyngbol@candid.dk +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_X_PREFIX= yes diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 1c1021f12376..29606638b2a9 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lyngbol@candid.dk +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_X_PREFIX= yes |