diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-31 18:36:57 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-31 18:36:57 +0800 |
commit | 21b9c56c508f38417b1013454db79e7f70e60b30 (patch) | |
tree | 53d712d6ed868e8d973103920dcd0cb90675b08c /audio | |
parent | 3f310de6ffdcb86db9063e8fb88548c4985a99d2 (diff) | |
download | freebsd-ports-gnome-21b9c56c508f38417b1013454db79e7f70e60b30.tar.gz freebsd-ports-gnome-21b9c56c508f38417b1013454db79e7f70e60b30.tar.zst freebsd-ports-gnome-21b9c56c508f38417b1013454db79e7f70e60b30.zip |
Add missed entry into LIB_DEPENDS.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/glame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index cd328b6b7e55..6cc5410d3f08 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org +LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool + USE_GNOME= yes USE_X_PREFIX= yes USE_GMAKE= yes |