diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:50:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:50:06 +0000 |
commit | 894a8184cec3a9ba1ae9f668d91c5ed71275ae57 (patch) | |
tree | f4f102c06c4d42680bfa2c03316df506e2259f67 /graphics/gts | |
parent | c6ceec8d05cd3a72452eae97f33b61805aa9f8b1 (diff) | |
download | ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.tar.gz ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.zip |
Notes
Diffstat (limited to 'graphics/gts')
-rw-r--r-- | graphics/gts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile index abb2a49442d2..8b91e8c6934c 100644 --- a/graphics/gts/Makefile +++ b/graphics/gts/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF MAINTAINER= erik@bz.bzflag.bz COMMENT= GNU Triangulated Surface Library -USE_GNOME= glib20 pkgconfig +USES= pkgconfig +USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes |