diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-02 03:23:15 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-02 03:23:15 +0000 |
commit | f0e266bdb4479dc651281ae78f59d7177f474a56 (patch) | |
tree | 4eaa7e136cb13df7ca0353a7ea2d34472764e168 /devel | |
parent | Update to 0.3.4 (diff) |
Add missing XLIB dependency
PR: 36615
Submitted by: maintaienr
Notes
Notes:
svn path=/head/; revision=57173
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstroke/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 6ae18b072cc6..9d0c6a3dfc41 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.etla.net/libstroke/ MAINTAINER= jerry@thehutt.org +USE_XLIB= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |