diff options
author | pav <pav@FreeBSD.org> | 2005-05-31 16:28:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-31 16:28:26 +0800 |
commit | 7e9b8fb808e645ac7ffc425f605b3d94a5559cbf (patch) | |
tree | 83fc451c633b67b05210a3cd110c5ea9b716a5ee /graphics | |
parent | aa81990f3a531ca1e66895ae41f078e7ad8f803d (diff) | |
download | freebsd-ports-gnome-7e9b8fb808e645ac7ffc425f605b3d94a5559cbf.tar.gz freebsd-ports-gnome-7e9b8fb808e645ac7ffc425f605b3d94a5559cbf.tar.zst freebsd-ports-gnome-7e9b8fb808e645ac7ffc425f605b3d94a5559cbf.zip |
- Fix build, configure script checks for GIMP
Reported by: krismail
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-help/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile index ad6a98b06829..7d17442e4766 100644 --- a/graphics/gimp-help/Makefile +++ b/graphics/gimp-help/Makefile @@ -21,6 +21,7 @@ DISTNAME= ${PORTNAME}-2-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= GIMP user's manual +BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp USE_X_PREFIX= yes |