diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-12 18:28:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-12 18:28:15 +0800 |
commit | 1f592206b732c2ad7da4be9f8ae2a77365363fc0 (patch) | |
tree | 9692e209083d2ada5f4e8f747af6cb86e0b1f9d7 /graphics | |
parent | 29e37104fab31132248a9e85e275bba4e78937a1 (diff) | |
download | freebsd-ports-gnome-1f592206b732c2ad7da4be9f8ae2a77365363fc0.tar.gz freebsd-ports-gnome-1f592206b732c2ad7da4be9f8ae2a77365363fc0.tar.zst freebsd-ports-gnome-1f592206b732c2ad7da4be9f8ae2a77365363fc0.zip |
- switch depedency from imake-6 to dgs
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkdps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 629dec0c9c29..ef5d9c8a406f 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -41,7 +41,7 @@ BROKEN= Does not compile on alpha .if ${X_WINDOW_SYSTEM:L} == "xfree86-4" BUILD_DEPENDS+= pswrap:${PORTSDIR}/devel/imake-4 .else -BUILD_DEPENDS+= pswrap:${PORTSDIR}/devel/imake-6 +BUILD_DEPENDS+= pswrap:${PORTSDIR}/x11/dgs LIB_DEPENDS+= dpstk.0:${PORTSDIR}/x11/dgs .endif |