diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-12 10:28:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-12 10:28:15 +0000 |
commit | ac0b8f0e7fff0a3d7245afab80ace8b89eb3a314 (patch) | |
tree | b227bc10c28ca10a67557159f9ef01c0e0771d0d /graphics/gtkdps | |
parent | 3a3923404d0045df4725b6334fef82830b7cc6bd (diff) | |
download | ports-ac0b8f0e7fff0a3d7245afab80ace8b89eb3a314.tar.gz ports-ac0b8f0e7fff0a3d7245afab80ace8b89eb3a314.zip |
Notes
Diffstat (limited to 'graphics/gtkdps')
-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 |