diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-18 14:54:31 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-18 14:54:31 +0800 | 
| commit | f80c3dbfe7db697115c7e965c38864cc9d8cef3a (patch) | |
| tree | 42bd13d4765b07bfa39021bb333418e5ca3ef7e3 | |
| parent | e1fad6b7b570f2f5685fb302a460b50679e04ae8 (diff) | |
| download | marcuscom-ports-f80c3dbfe7db697115c7e965c38864cc9d8cef3a.tar.gz marcuscom-ports-f80c3dbfe7db697115c7e965c38864cc9d8cef3a.tar.zst marcuscom-ports-f80c3dbfe7db697115c7e965c38864cc9d8cef3a.zip | |
This port needs gtk30 atleast.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17048 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | security/libcryptui/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile index 8fbc0d387..c54a07f73 100644 --- a/security/libcryptui/Makefile +++ b/security/libcryptui/Makefile @@ -3,7 +3,7 @@  # Whom:			Dave McKay <dave@mu.org>  #  # $FreeBSD$ -#   $MCom: ports/security/libcryptui/Makefile,v 1.3 2011/11/17 00:00:34 kwm Exp $ +#   $MCom: ports/security/libcryptui/Makefile,v 1.4 2012/06/14 04:41:21 mezz Exp $  #  PORTNAME=	libcryptui @@ -27,7 +27,7 @@ USE_LDCONFIG=	yes  USE_XZ=		yes  USE_GETTEXT=	yes  USE_GMAKE=	yes -USE_GNOME=	gnomehack intlhack gnomeprefix gnomedocutils +USE_GNOME=	gnomehack intlhack gnomeprefix gnomedocutils gtk30  GNU_CONFIGURE=	yes  CPPFLAGS=	-I${LOCALBASE}/include  LDFLAGS=	-L${LOCALBASE}/lib | 
