diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 19:10:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 19:10:54 +0000 |
commit | abe45fbb1b4b1b86923a8e97e2aea1cb1fc4d108 (patch) | |
tree | b164231b47768e0990e568948651c6d8784682e0 | |
parent | e22991b21c8a8a49a8910640f7b1c58fc2c26df0 (diff) | |
download | ports-abe45fbb1b4b1b86923a8e97e2aea1cb1fc4d108.tar.gz ports-abe45fbb1b4b1b86923a8e97e2aea1cb1fc4d108.zip |
Correct dependency directory in last commit.
Notes
Notes:
svn path=/head/; revision=75974
-rw-r--r-- | games/gturing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 001daca68ed8..e488be6937e6 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -15,7 +15,7 @@ MAINTAINER= rael@vectorstar.net COMMENT= A simple turing machine simulator for gnome 2 LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui + gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20 USE_X_PREFIX= yes USE_REINPLACE= yes |