git: 70dcf95f1c4a - main - x11-toolkits/xforms: Add mising dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Dec 2023 11:14:58 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70dcf95f1c4ab91e9c79af127be83a0d7678fa63
commit 70dcf95f1c4ab91e9c79af127be83a0d7678fa63
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-19 15:52:32 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-20 11:14:42 +0000
x11-toolkits/xforms: Add mising dependency
- Utilize USES=localbase
- Pet portclippy
- Adopt port
---
x11-toolkits/xforms/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index f03b14bb1dea..dfdad9560ae9 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -5,7 +5,7 @@ PORTEPOCH= 1
CATEGORIES= x11-toolkits graphics
MASTER_SITES= SAVANNAH
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Graphical user interface toolkit for X Window System
WWW= http://xforms-toolkit.org/
@@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libtiff.so:graphics/tiff
-USES= gl jpeg libtool xorg
-USE_XORG= xpm
+USES= gl jpeg libtool localbase:ldflags xorg
USE_GL= gl
USE_LDCONFIG= yes
+USE_XORG= ice sm x11 xpm
+
GNU_CONFIGURE= yes
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+
INSTALL_TARGET= install-strip
post-patch: