diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-23 14:12:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-23 14:12:16 +0000 |
commit | b3f7d7c21c9d4c75562164cb70ddc23475add6b0 (patch) | |
tree | e28eabc3d65edd23d06dc70d0bb316d44283397f /games | |
parent | 04c04b5b8698026e5bbf7ac88f5228cee49b93c8 (diff) | |
download | ports-b3f7d7c21c9d4c75562164cb70ddc23475add6b0.tar.gz ports-b3f7d7c21c9d4c75562164cb70ddc23475add6b0.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/teg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index 7249c2ba10ec..4a1e8c69e649 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -13,11 +13,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org +LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs +USE_GNOME= gnomeprefix gnomehack USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}" |