diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-20 19:10:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-20 19:10:54 +0000 |
commit | 23ebb5db1a323c526458ceb5bea73407fcf98862 (patch) | |
tree | 23b4b04ec46f4cecf2f5e10ad457b70f3f8e6654 | |
parent | 89311190808258b05f92767bf63282b09c5cc134 (diff) | |
download | FreeBSD-ports-23ebb5db1a323c526458ceb5bea73407fcf98862.zip FreeBSD-ports-23ebb5db1a323c526458ceb5bea73407fcf98862.tar.gz |
Correct dependency directory in last commit.
-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 001daca..e488be6 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 |