diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /games/xword | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'games/xword')
-rw-r--r-- | games/xword/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xword/Makefile b/games/xword/Makefile index 8c0e80c9c8f4..1b5b6f180bf2 100644 --- a/games/xword/Makefile +++ b/games/xword/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A crossword puzzle application -LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- +LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtk-- GNU_CONFIGURE= yes |