diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /science/euler | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'science/euler')
-rw-r--r-- | science/euler/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/science/euler/Makefile b/science/euler/Makefile index 1a39c3e1229d..2f72f73652e1 100644 --- a/science/euler/Makefile +++ b/science/euler/Makefile @@ -13,13 +13,10 @@ COMMENT= Program computes with real and complex numbers and matrices LICENSE= GPLv2 +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif - .include <bsd.port.pre.mk> post-patch: |