diff options
author | sf <sf@FreeBSD.org> | 2001-01-29 02:52:17 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-29 02:52:17 +0800 |
commit | 4d604e0e161f4c9e99cc001bd9f58567838efbf1 (patch) | |
tree | 0baea964e1decf3938dc59a84d897fed8b8d328a | |
parent | d4b9f90980f5d4bc5ff9701cd729b7c826d18a6f (diff) | |
download | freebsd-ports-gnome-4d604e0e161f4c9e99cc001bd9f58567838efbf1.tar.gz freebsd-ports-gnome-4d604e0e161f4c9e99cc001bd9f58567838efbf1.tar.zst freebsd-ports-gnome-4d604e0e161f4c9e99cc001bd9f58567838efbf1.zip |
add missing LIB_DEPENDS to gdk_pixbuf.
PR: 24694
Submitted by: TOGAWA Satoshi <toga@puyo.org>
-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 |