diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-21 03:10:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-21 03:10:54 +0800 |
commit | 23ebb5db1a323c526458ceb5bea73407fcf98862 (patch) | |
tree | 23b4b04ec46f4cecf2f5e10ad457b70f3f8e6654 /games/gturing | |
parent | 89311190808258b05f92767bf63282b09c5cc134 (diff) | |
download | freebsd-ports-gnome-23ebb5db1a323c526458ceb5bea73407fcf98862.tar.gz freebsd-ports-gnome-23ebb5db1a323c526458ceb5bea73407fcf98862.tar.zst freebsd-ports-gnome-23ebb5db1a323c526458ceb5bea73407fcf98862.zip |
Correct dependency directory in last commit.
Diffstat (limited to 'games/gturing')
-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 |