diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-05 16:55:18 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-05 16:55:18 +0000 |
commit | 1965d39ebcc604c98834128c153433b23e0bbf02 (patch) | |
tree | e72b177fcf0cb5c17d39cafd4f797ab23b979f1b /graphics/vertex | |
parent | c597f7c58548aab5df21fcac80e2aa5da8ef7147 (diff) | |
download | FreeBSD-ports-1965d39ebcc604c98834128c153433b23e0bbf02.zip FreeBSD-ports-1965d39ebcc604c98834128c153433b23e0bbf02.tar.gz |
Add missed imlib dependency.
Submitted by: bento
Diffstat (limited to 'graphics/vertex')
-rw-r--r-- | graphics/vertex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile index 74be0e7..969ac8b 100644 --- a/graphics/vertex/Makefile +++ b/graphics/vertex/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \ + Imlib.5:${PORTSDIR}/graphics/imlib \ tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${DISTNAME}/vertex |